Html Css Color HEX #7D4C08 Raw Umber

📋 copy color: '#7D4C08'

red 125 ◦ green 76 ◦ blue 8

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

Shades of Raw Umber #7D4C08

Tints of Raw Umber #7D4C08

RGB

 RED value IS 125 (49.22% from 255) = 59.81%

 GREEN value IS 76 (30.08% from 255) = 36.36%

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

R = 59.81%
G = 36.36%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.51

RGB Variations

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

Color information

#7D4C08 (or 0x7D4C08) is known color: Raw Umber. HEX triplet: 7D, 4C and 08. RGB value is (125,76,8). Sum of RGB (Red+Green+Blue) = 125+76+8=209 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.81% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 8 (3.52% from 255 or 3.83% from 209); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4C08 is #82B3F7. Grayscale: #535353. Windows color (decimal): -8565752 or 543869. OLE color: 543869.

HSL color Cylindrical-coordinate representation of color #7D4C08: hue angle of 34.87º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D4C08 is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 76 8 -
CMYK 0 0.39 0.94 0.51
HSL 34.87º 0.88% 0.26% -
HSV(B) 34.87º 0.94% 0.49% -
XYZ 11.09 9.55 1.49 -
YUV 82.9 85.73 158.03 -
System Red Green Blue C M Y K H S L
Decimal 125 76 8 0 0.39 0.94 0.51 34.87 0.88 0.26
Hex 7D 4C 8 0 27 5E 33 23 58 1A
Octal 175 114 10 0 47 136 63 43 130 32
Binary 1111101 1001100 1000 0 100111 1011110 110011 100011 1011000 11010

Color Harmonies of #7D4C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4C08

Black with #7D4C08

Text Example


Text Example

White with #7D4C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D4C08; }

 p { color: rgb(125,76,8); }

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

background-color css

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

 a { background-color: rgb(125,76,8); }

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

border-color css

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

 span { border-color: rgb(125,76,8); }

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