Html Css Color HEX #5C4600 Raw Umber

📋 copy color: '#5C4600'

red 92 ◦ green 70 ◦ blue 0

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

Shades of Raw Umber #5C4600

Tints of Raw Umber #5C4600

RGB

 RED value IS 92 (36.33% from 255) = 56.79%

 GREEN value IS 70 (27.73% from 255) = 43.21%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.79%
G = 43.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.64

RGB Variations

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

Color information

#5C4600 (or 0x5C4600) is known color: Raw Umber. HEX triplet: 5C, 46 and 00. RGB value is (92,70,0). Sum of RGB (Red+Green+Blue) = 92+70+0=162 (21% of max value = 765). Red value is 92 (36.33% from 255 or 56.79% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C4600 is #A3B9FF. Grayscale: #444444. Windows color (decimal): -10729984 or 18012. OLE color: 18012.

HSL color Cylindrical-coordinate representation of color #5C4600: hue angle of 45.65º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C4600 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 70 0 -
CMYK 0 0.24 1 0.64
HSL 45.65º 1% 0.18% -
HSV(B) 45.65º 1% 0.36% -
XYZ 6.6 6.66 0.94 -
YUV 68.6 89.29 144.69 -
System Red Green Blue C M Y K H S L
Decimal 92 70 0 0 0.24 1 0.64 45.65 1 0.18
Hex 5C 46 0 0 18 64 40 2E 64 12
Octal 134 106 0 0 30 144 100 56 144 22
Binary 1011100 1000110 0 0 11000 1100100 1000000 101110 1100100 10010

Color Harmonies of #5C4600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4600

Black with #5C4600

Text Example


Text Example

White with #5C4600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C4600; }

 p { color: rgb(92,70,0); }

 H1.HeaderClassName
 {
   color: #5C4600;
 }
 .AnyTagClassName
 {
   color: #5C4600;
 }
</style>

background-color css

<style>
 a { background-color: #5C4600; }

 a { background-color: rgb(92,70,0); }

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

border-color css

<style>
 span { border-color: #5C4600; }

 span { border-color: rgb(92,70,0); }

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