Html Css Color HEX #7D4E16 Raw Umber

📋 copy color: '#7D4E16'

red 125 ◦ green 78 ◦ blue 22

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

Shades of Raw Umber #7D4E16

Tints of Raw Umber #7D4E16

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.67%

 BLUE value IS 22 (8.98% from 255) = 9.78%

R = 55.56%
G = 34.67%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.51

RGB Variations

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

Color information

#7D4E16 (or 0x7D4E16) is known color: Raw Umber. HEX triplet: 7D, 4E and 16. RGB value is (125,78,22). Sum of RGB (Red+Green+Blue) = 125+78+22=225 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.56% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D4E16 is #82B1E9. Grayscale: #555555. Windows color (decimal): -8565226 or 1461885. OLE color: 1461885.

HSL color Cylindrical-coordinate representation of color #7D4E16: hue angle of 32.62º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D4E16 is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 78 22 -
CMYK 0 0.38 0.82 0.51
HSL 32.62º 0.7% 0.29% -
HSV(B) 32.62º 0.82% 0.49% -
XYZ 11.33 9.87 2.07 -
YUV 85.67 92.07 156.05 -
System Red Green Blue C M Y K H S L
Decimal 125 78 22 0 0.38 0.82 0.51 32.62 0.7 0.29
Hex 7D 4E 16 0 26 52 33 21 46 1D
Octal 175 116 26 0 46 122 63 41 106 35
Binary 1111101 1001110 10110 0 100110 1010010 110011 100001 1000110 11101

Color Harmonies of #7D4E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4E16

Black with #7D4E16

Text Example


Text Example

White with #7D4E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,78,22); }

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

background-color css

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

 a { background-color: rgb(125,78,22); }

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

border-color css

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

 span { border-color: rgb(125,78,22); }

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