Html Css Color HEX #7D4D15 Raw Umber

📋 copy color: '#7D4D15'

red 125 ◦ green 77 ◦ blue 21

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

Shades of Raw Umber #7D4D15

Tints of Raw Umber #7D4D15

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.53%

 BLUE value IS 21 (8.59% from 255) = 9.42%

R = 56.05%
G = 34.53%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.51

RGB Variations

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

Color information

#7D4D15 (or 0x7D4D15) is known color: Raw Umber. HEX triplet: 7D, 4D and 15. RGB value is (125,77,21). Sum of RGB (Red+Green+Blue) = 125+77+21=223 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.05% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D4D15 is #82B2EA. Grayscale: #555555. Windows color (decimal): -8565483 or 1396093. OLE color: 1396093.

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

Color convert

RGB 125 77 21 -
CMYK 0 0.38 0.83 0.51
HSL 32.31º 0.71% 0.29% -
HSV(B) 32.31º 0.83% 0.49% -
XYZ 11.25 9.72 1.99 -
YUV 84.97 91.9 156.55 -
System Red Green Blue C M Y K H S L
Decimal 125 77 21 0 0.38 0.83 0.51 32.31 0.71 0.29
Hex 7D 4D 15 0 26 53 33 20 47 1D
Octal 175 115 25 0 46 123 63 40 107 35
Binary 1111101 1001101 10101 0 100110 1010011 110011 100000 1000111 11101

Color Harmonies of #7D4D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4D15

Black with #7D4D15

Text Example


Text Example

White with #7D4D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,77,21); }

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

background-color css

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

 a { background-color: rgb(125,77,21); }

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

border-color css

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

 span { border-color: rgb(125,77,21); }

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