Html Css Color HEX #755104 Raw Umber

📋 copy color: '#755104'

red 117 ◦ green 81 ◦ blue 4

#755104
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #755104

Tints of Raw Umber #755104

RGB

 RED value IS 117 (46.09% from 255) = 57.92%

 GREEN value IS 81 (32.03% from 255) = 40.1%

 BLUE value IS 4 (1.95% from 255) = 1.98%

R = 57.92%
G = 40.1%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#755104 (or 0x755104) is known color: Raw Umber. HEX triplet: 75, 51 and 04. RGB value is (117,81,4). Sum of RGB (Red+Green+Blue) = 117+81+4=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 4 (1.95% from 255 or 1.98% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #755104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755104 is #8AAEFB. Grayscale: #535353. Windows color (decimal): -9088764 or 282997. OLE color: 282997.

HSL color Cylindrical-coordinate representation of color #755104: hue angle of 40.88º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #755104 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 81 4 -
CMYK 0 0.31 0.97 0.54
HSL 40.88º 0.93% 0.24% -
HSV(B) 40.88º 0.97% 0.46% -
XYZ 10.3 9.68 1.44 -
YUV 82.99 83.43 152.26 -
System Red Green Blue C M Y K H S L
Decimal 117 81 4 0 0.31 0.97 0.54 40.88 0.93 0.24
Hex 75 51 4 0 1F 61 36 29 5D 18
Octal 165 121 4 0 37 141 66 51 135 30
Binary 1110101 1010001 100 0 11111 1100001 110110 101001 1011101 11000

Color Harmonies of #755104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755104

Black with #755104

Text Example


Text Example

White with #755104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755104; }

 p { color: rgb(117,81,4); }

 H1.HeaderClassName
 {
   color: #755104;
 }
 .AnyTagClassName
 {
   color: #755104;
 }
</style>

background-color css

<style>
 a { background-color: #755104; }

 a { background-color: rgb(117,81,4); }

 div.DivClassName
 {
   background-color: #755104;
 }
 .BgClassName
 {
   background-color: #755104;
 }
</style>

border-color css

<style>
 span { border-color: #755104; }

 span { border-color: rgb(117,81,4); }

 td.TdClassName
 {
   border-color: #755104;
 }
 .TagClassName
 {
   border-color: #755104;
 }
</style>