Html Css Color HEX #7D5212 Raw Umber

📋 copy color: '#7D5212'

red 125 ◦ green 82 ◦ blue 18

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

Shades of Raw Umber #7D5212

Tints of Raw Umber #7D5212

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.44%

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

R = 55.56%
G = 36.44%
B = 8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7D5212 (or 0x7D5212) is known color: Raw Umber. HEX triplet: 7D, 52 and 12. RGB value is (125,82,18). Sum of RGB (Red+Green+Blue) = 125+82+18=225 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.56% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D5212 is #82ADED. Grayscale: #575757. Windows color (decimal): -8564206 or 1200765. OLE color: 1200765.

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

Color convert

RGB 125 82 18 -
CMYK 0 0.34 0.86 0.51
HSL 35.89º 0.75% 0.28% -
HSV(B) 35.89º 0.86% 0.49% -
XYZ 11.58 10.44 1.98 -
YUV 87.56 88.75 154.7 -
System Red Green Blue C M Y K H S L
Decimal 125 82 18 0 0.34 0.86 0.51 35.89 0.75 0.28
Hex 7D 52 12 0 22 56 33 24 4B 1C
Octal 175 122 22 0 42 126 63 44 113 34
Binary 1111101 1010010 10010 0 100010 1010110 110011 100100 1001011 11100

Color Harmonies of #7D5212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5212

Black with #7D5212

Text Example


Text Example

White with #7D5212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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