Html Css Color HEX #7D4C12 Raw Umber

📋 copy color: '#7D4C12'

red 125 ◦ green 76 ◦ blue 18

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

Shades of Raw Umber #7D4C12

Tints of Raw Umber #7D4C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.22%

R = 57.08%
G = 34.7%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7D4C12 (or 0x7D4C12) is known color: Raw Umber. HEX triplet: 7D, 4C and 12. RGB value is (125,76,18). Sum of RGB (Red+Green+Blue) = 125+76+18=219 (29% of max value = 765). Red value is 125 (49.22% from 255 or 57.08% from 219); Green value is 76 (30.08% from 255 or 34.70% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4C12 is #82B3ED. Grayscale: #545454. Windows color (decimal): -8565742 or 1199229. OLE color: 1199229.

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

Color convert

RGB 125 76 18 -
CMYK 0 0.39 0.86 0.51
HSL 32.52º 0.75% 0.28% -
HSV(B) 32.52º 0.86% 0.49% -
XYZ 11.15 9.57 1.83 -
YUV 84.04 90.73 157.22 -
System Red Green Blue C M Y K H S L
Decimal 125 76 18 0 0.39 0.86 0.51 32.52 0.75 0.28
Hex 7D 4C 12 0 27 56 33 21 4B 1C
Octal 175 114 22 0 47 126 63 41 113 34
Binary 1111101 1001100 10010 0 100111 1010110 110011 100001 1001011 11100

Color Harmonies of #7D4C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4C12

Black with #7D4C12

Text Example


Text Example

White with #7D4C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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