Html Css Color HEX #5D450D Raw Umber

📋 copy color: '#5D450D'

red 93 ◦ green 69 ◦ blue 13

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

Shades of Raw Umber #5D450D

Tints of Raw Umber #5D450D

RGB

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

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

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

R = 53.14%
G = 39.43%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.64

RGB Variations

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

Color information

#5D450D (or 0x5D450D) is known color: Raw Umber. HEX triplet: 5D, 45 and 0D. RGB value is (93,69,13). Sum of RGB (Red+Green+Blue) = 93+69+13=175 (23% of max value = 765). Red value is 93 (36.72% from 255 or 53.14% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 93 - color contains mainly: red. Hex color #5D450D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D450D is #A2BAF2. Grayscale: #464646. Windows color (decimal): -10664691 or 869725. OLE color: 869725.

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

Color convert

RGB 93 69 13 -
CMYK 0 0.26 0.86 0.64
HSL 42º 0.75% 0.21% -
HSV(B) 42º 0.86% 0.36% -
XYZ 6.71 6.61 1.3 -
YUV 69.79 95.95 144.55 -
System Red Green Blue C M Y K H S L
Decimal 93 69 13 0 0.26 0.86 0.64 42 0.75 0.21
Hex 5D 45 D 0 1A 56 40 2A 4B 15
Octal 135 105 15 0 32 126 100 52 113 25
Binary 1011101 1000101 1101 0 11010 1010110 1000000 101010 1001011 10101

Color Harmonies of #5D450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D450D

Black with #5D450D

Text Example


Text Example

White with #5D450D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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