Html Css Color HEX #5D420B Raw Umber

📋 copy color: '#5D420B'

red 93 ◦ green 66 ◦ blue 11

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

Shades of Raw Umber #5D420B

Tints of Raw Umber #5D420B

RGB

 RED value IS 93 (36.72% from 255) = 54.71%

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

 BLUE value IS 11 (4.69% from 255) = 6.47%

R = 54.71%
G = 38.82%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.64

RGB Variations

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

Color information

#5D420B (or 0x5D420B) is known color: Raw Umber. HEX triplet: 5D, 42 and 0B. RGB value is (93,66,11). Sum of RGB (Red+Green+Blue) = 93+66+11=170 (22% of max value = 765). Red value is 93 (36.72% from 255 or 54.71% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 11 (4.69% from 255 or 6.47% from 170); Max value from RGB is 93 - color contains mainly: red. Hex color #5D420B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D420B is #A2BDF4. Grayscale: #444444. Windows color (decimal): -10665461 or 737885. OLE color: 737885.

HSL color Cylindrical-coordinate representation of color #5D420B: hue angle of 40.24º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5D420B is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 66 11 -
CMYK 0 0.29 0.88 0.64
HSL 40.24º 0.79% 0.2% -
HSV(B) 40.24º 0.88% 0.36% -
XYZ 6.52 6.25 1.18 -
YUV 67.8 95.95 145.97 -
System Red Green Blue C M Y K H S L
Decimal 93 66 11 0 0.29 0.88 0.64 40.24 0.79 0.2
Hex 5D 42 B 0 1D 58 40 28 4F 14
Octal 135 102 13 0 35 130 100 50 117 24
Binary 1011101 1000010 1011 0 11101 1011000 1000000 101000 1001111 10100

Color Harmonies of #5D420B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D420B

Black with #5D420B

Text Example


Text Example

White with #5D420B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,66,11); }

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

background-color css

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

 a { background-color: rgb(93,66,11); }

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

border-color css

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

 span { border-color: rgb(93,66,11); }

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