Html Css Color HEX #7D5518 Raw Umber

📋 copy color: '#7D5518'

red 125 ◦ green 85 ◦ blue 24

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

Shades of Raw Umber #7D5518

Tints of Raw Umber #7D5518

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.32%

 BLUE value IS 24 (9.77% from 255) = 10.26%

R = 53.42%
G = 36.32%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.51

RGB Variations

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

Color information

#7D5518 (or 0x7D5518) is known color: Raw Umber. HEX triplet: 7D, 55 and 18. RGB value is (125,85,24). Sum of RGB (Red+Green+Blue) = 125+85+24=234 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.42% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D5518 is #82AAE7. Grayscale: #5A5A5A. Windows color (decimal): -8563432 or 1594749. OLE color: 1594749.

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

Color convert

RGB 125 85 24 -
CMYK 0 0.32 0.81 0.51
HSL 36.24º 0.68% 0.29% -
HSV(B) 36.24º 0.81% 0.49% -
XYZ 11.87 10.92 2.35 -
YUV 90.01 90.75 152.96 -
System Red Green Blue C M Y K H S L
Decimal 125 85 24 0 0.32 0.81 0.51 36.24 0.68 0.29
Hex 7D 55 18 0 20 51 33 24 44 1D
Octal 175 125 30 0 40 121 63 44 104 35
Binary 1111101 1010101 11000 0 100000 1010001 110011 100100 1000100 11101

Color Harmonies of #7D5518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5518

Black with #7D5518

Text Example


Text Example

White with #7D5518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,85,24); }

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

background-color css

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

 a { background-color: rgb(125,85,24); }

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

border-color css

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

 span { border-color: rgb(125,85,24); }

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