Html Css Color HEX #7D4A12 Raw Umber

📋 copy color: '#7D4A12'

red 125 ◦ green 74 ◦ blue 18

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

Shades of Raw Umber #7D4A12

Tints of Raw Umber #7D4A12

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.1%

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

R = 57.6%
G = 34.1%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7D4A12 (or 0x7D4A12) is known color: Raw Umber. HEX triplet: 7D, 4A and 12. RGB value is (125,74,18). Sum of RGB (Red+Green+Blue) = 125+74+18=217 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.60% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4A12 is #82B5ED. Grayscale: #535353. Windows color (decimal): -8566254 or 1198717. OLE color: 1198717.

HSL color Cylindrical-coordinate representation of color #7D4A12: hue angle of 31.4º 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 #7D4A12 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 74 18 -
CMYK 0 0.41 0.86 0.51
HSL 31.4º 0.75% 0.28% -
HSV(B) 31.4º 0.86% 0.49% -
XYZ 11.02 9.3 1.79 -
YUV 82.87 91.4 158.05 -
System Red Green Blue C M Y K H S L
Decimal 125 74 18 0 0.41 0.86 0.51 31.4 0.75 0.28
Hex 7D 4A 12 0 29 56 33 1F 4B 1C
Octal 175 112 22 0 51 126 63 37 113 34
Binary 1111101 1001010 10010 0 101001 1010110 110011 11111 1001011 11100

Color Harmonies of #7D4A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4A12

Black with #7D4A12

Text Example


Text Example

White with #7D4A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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