Html Css Color HEX #754D08 Raw Umber

📋 copy color: '#754D08'

red 117 ◦ green 77 ◦ blue 8

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

Shades of Raw Umber #754D08

Tints of Raw Umber #754D08

RGB

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

 GREEN value IS 77 (30.47% from 255) = 38.12%

 BLUE value IS 8 (3.52% from 255) = 3.96%

R = 57.92%
G = 38.12%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#754D08 (or 0x754D08) is known color: Raw Umber. HEX triplet: 75, 4D and 08. RGB value is (117,77,8). Sum of RGB (Red+Green+Blue) = 117+77+8=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 77 (30.47% from 255 or 38.12% from 202); Blue value is 8 (3.52% from 255 or 3.96% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #754D08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #754D08 is #8AB2F7. Grayscale: #515151. Windows color (decimal): -9089784 or 544117. OLE color: 544117.

HSL color Cylindrical-coordinate representation of color #754D08: hue angle of 37.98º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #754D08 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 77 8 -
CMYK 0 0.34 0.93 0.54
HSL 37.98º 0.87% 0.25% -
HSV(B) 37.98º 0.93% 0.46% -
XYZ 10.03 9.11 1.46 -
YUV 81.09 86.75 153.61 -
System Red Green Blue C M Y K H S L
Decimal 117 77 8 0 0.34 0.93 0.54 37.98 0.87 0.25
Hex 75 4D 8 0 22 5D 36 26 57 19
Octal 165 115 10 0 42 135 66 46 127 31
Binary 1110101 1001101 1000 0 100010 1011101 110110 100110 1010111 11001

Color Harmonies of #754D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754D08

Black with #754D08

Text Example


Text Example

White with #754D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754D08; }

 p { color: rgb(117,77,8); }

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

background-color css

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

 a { background-color: rgb(117,77,8); }

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

border-color css

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

 span { border-color: rgb(117,77,8); }

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