Html Css Color HEX #5D420D Raw Umber

📋 copy color: '#5D420D'

red 93 ◦ green 66 ◦ blue 13

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

Shades of Raw Umber #5D420D

Tints of Raw Umber #5D420D

RGB

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

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

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

R = 54.07%
G = 38.37%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.64

RGB Variations

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

Color information

#5D420D (or 0x5D420D) is known color: Raw Umber. HEX triplet: 5D, 42 and 0D. RGB value is (93,66,13). Sum of RGB (Red+Green+Blue) = 93+66+13=172 (22% of max value = 765). Red value is 93 (36.72% from 255 or 54.07% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 93 - color contains mainly: red. Hex color #5D420D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D420D is #A2BDF2. Grayscale: #444444. Windows color (decimal): -10665459 or 868957. OLE color: 868957.

HSL color Cylindrical-coordinate representation of color #5D420D: hue angle of 39.75º 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 #5D420D is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 66 13 -
CMYK 0 0.29 0.86 0.64
HSL 39.75º 0.75% 0.21% -
HSV(B) 39.75º 0.86% 0.36% -
XYZ 6.54 6.25 1.24 -
YUV 68.03 96.95 145.81 -
System Red Green Blue C M Y K H S L
Decimal 93 66 13 0 0.29 0.86 0.64 39.75 0.75 0.21
Hex 5D 42 D 0 1D 56 40 28 4B 15
Octal 135 102 15 0 35 126 100 50 113 25
Binary 1011101 1000010 1101 0 11101 1010110 1000000 101000 1001011 10101

Color Harmonies of #5D420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D420D

Black with #5D420D

Text Example


Text Example

White with #5D420D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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