Html Css Color HEX #5D450B Raw Umber

📋 copy color: '#5D450B'

red 93 ◦ green 69 ◦ blue 11

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

Shades of Raw Umber #5D450B

Tints of Raw Umber #5D450B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 39.88%

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

R = 53.76%
G = 39.88%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.64

RGB Variations

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

Color information

#5D450B (or 0x5D450B) is known color: Raw Umber. HEX triplet: 5D, 45 and 0B. RGB value is (93,69,11). Sum of RGB (Red+Green+Blue) = 93+69+11=173 (22% of max value = 765). Red value is 93 (36.72% from 255 or 53.76% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 93 - color contains mainly: red. Hex color #5D450B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D450B is #A2BAF4. Grayscale: #454545. Windows color (decimal): -10664693 or 738653. OLE color: 738653.

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

Color convert

RGB 93 69 11 -
CMYK 0 0.26 0.88 0.64
HSL 42.44º 0.79% 0.2% -
HSV(B) 42.44º 0.88% 0.36% -
XYZ 6.7 6.61 1.24 -
YUV 69.56 94.95 144.72 -
System Red Green Blue C M Y K H S L
Decimal 93 69 11 0 0.26 0.88 0.64 42.44 0.79 0.2
Hex 5D 45 B 0 1A 58 40 2A 4F 14
Octal 135 105 13 0 32 130 100 52 117 24
Binary 1011101 1000101 1011 0 11010 1011000 1000000 101010 1001111 10100

Color Harmonies of #5D450B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D450B

Black with #5D450B

Text Example


Text Example

White with #5D450B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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