Html Css Color HEX #754808 Raw Umber

📋 copy color: '#754808'

red 117 ◦ green 72 ◦ blue 8

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

Shades of Raw Umber #754808

Tints of Raw Umber #754808

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.55%

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

R = 59.39%
G = 36.55%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#754808 (or 0x754808) is known color: Raw Umber. HEX triplet: 75, 48 and 08. RGB value is (117,72,8). Sum of RGB (Red+Green+Blue) = 117+72+8=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #754808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754808 is #8AB7F7. Grayscale: #4E4E4E. Windows color (decimal): -9091064 or 542837. OLE color: 542837.

HSL color Cylindrical-coordinate representation of color #754808: hue angle of 35.23º 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 #754808 is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 72 8 -
CMYK 0 0.38 0.93 0.54
HSL 35.23º 0.87% 0.25% -
HSV(B) 35.23º 0.93% 0.46% -
XYZ 9.7 8.43 1.35 -
YUV 78.16 88.41 155.7 -
System Red Green Blue C M Y K H S L
Decimal 117 72 8 0 0.38 0.93 0.54 35.23 0.87 0.25
Hex 75 48 8 0 26 5D 36 23 57 19
Octal 165 110 10 0 46 135 66 43 127 31
Binary 1110101 1001000 1000 0 100110 1011101 110110 100011 1010111 11001

Color Harmonies of #754808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754808

Black with #754808

Text Example


Text Example

White with #754808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754808; }

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

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

background-color css

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

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

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

border-color css

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

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

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