Html Css Color HEX #7D4B12 Raw Umber

📋 copy color: '#7D4B12'

red 125 ◦ green 75 ◦ blue 18

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

Shades of Raw Umber #7D4B12

Tints of Raw Umber #7D4B12

RGB

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

 GREEN value IS 75 (29.69% from 255) = 34.4%

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

R = 57.34%
G = 34.4%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7D4B12 (or 0x7D4B12) is known color: Raw Umber. HEX triplet: 7D, 4B and 12. RGB value is (125,75,18). Sum of RGB (Red+Green+Blue) = 125+75+18=218 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.34% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4B12 is #82B4ED. Grayscale: #535353. Windows color (decimal): -8565998 or 1198973. OLE color: 1198973.

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

Color convert

RGB 125 75 18 -
CMYK 0 0.40 0.86 0.51
HSL 31.96º 0.75% 0.28% -
HSV(B) 31.96º 0.86% 0.49% -
XYZ 11.08 9.44 1.81 -
YUV 83.45 91.07 157.63 -
System Red Green Blue C M Y K H S L
Decimal 125 75 18 0 0.40 0.86 0.51 31.96 0.75 0.28
Hex 7D 4B 12 0 28 56 33 20 4B 1C
Octal 175 113 22 0 50 126 63 40 113 34
Binary 1111101 1001011 10010 0 101000 1010110 110011 100000 1001011 11100

Color Harmonies of #7D4B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4B12

Black with #7D4B12

Text Example


Text Example

White with #7D4B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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