Html Css Color HEX #5C420D Raw Umber

📋 copy color: '#5C420D'

red 92 ◦ green 66 ◦ blue 13

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

Shades of Raw Umber #5C420D

Tints of Raw Umber #5C420D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.6%

 BLUE value IS 13 (5.47% from 255) = 7.6%

R = 53.8%
G = 38.6%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.64

RGB Variations

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

Color information

#5C420D (or 0x5C420D) is known color: Raw Umber. HEX triplet: 5C, 42 and 0D. RGB value is (92,66,13). Sum of RGB (Red+Green+Blue) = 92+66+13=171 (22% of max value = 765). Red value is 92 (36.33% from 255 or 53.80% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 13 (5.47% from 255 or 7.60% from 171); Max value from RGB is 92 - color contains mainly: red. Hex color #5C420D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C420D is #A3BDF2. Grayscale: #434343. Windows color (decimal): -10730995 or 868956. OLE color: 868956.

HSL color Cylindrical-coordinate representation of color #5C420D: hue angle of 40.25º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5C420D is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 66 13 -
CMYK 0 0.28 0.86 0.64
HSL 40.25º 0.75% 0.21% -
HSV(B) 40.25º 0.86% 0.36% -
XYZ 6.43 6.2 1.24 -
YUV 67.73 97.11 145.31 -
System Red Green Blue C M Y K H S L
Decimal 92 66 13 0 0.28 0.86 0.64 40.25 0.75 0.21
Hex 5C 42 D 0 1C 56 40 28 4B 15
Octal 134 102 15 0 34 126 100 50 113 25
Binary 1011100 1000010 1101 0 11100 1010110 1000000 101000 1001011 10101

Color Harmonies of #5C420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C420D

Black with #5C420D

Text Example


Text Example

White with #5C420D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,66,13); }

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

background-color css

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

 a { background-color: rgb(92,66,13); }

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

border-color css

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

 span { border-color: rgb(92,66,13); }

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