Html Css Color HEX #5D440C Raw Umber

📋 copy color: '#5D440C'

red 93 ◦ green 68 ◦ blue 12

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

Shades of Raw Umber #5D440C

Tints of Raw Umber #5D440C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 39.31%

 BLUE value IS 12 (5.08% from 255) = 6.94%

R = 53.76%
G = 39.31%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.64

RGB Variations

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

Color information

#5D440C (or 0x5D440C) is known color: Raw Umber. HEX triplet: 5D, 44 and 0C. RGB value is (93,68,12). Sum of RGB (Red+Green+Blue) = 93+68+12=173 (22% of max value = 765). Red value is 93 (36.72% from 255 or 53.76% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 12 (5.08% from 255 or 6.94% from 173); Max value from RGB is 93 - color contains mainly: red. Hex color #5D440C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D440C is #A2BBF3. Grayscale: #454545. Windows color (decimal): -10664948 or 803933. OLE color: 803933.

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

Color convert

RGB 93 68 12 -
CMYK 0 0.27 0.87 0.64
HSL 41.48º 0.77% 0.21% -
HSV(B) 41.48º 0.87% 0.36% -
XYZ 6.65 6.49 1.25 -
YUV 69.09 95.78 145.05 -
System Red Green Blue C M Y K H S L
Decimal 93 68 12 0 0.27 0.87 0.64 41.48 0.77 0.21
Hex 5D 44 C 0 1B 57 40 29 4D 15
Octal 135 104 14 0 33 127 100 51 115 25
Binary 1011101 1000100 1100 0 11011 1010111 1000000 101001 1001101 10101

Color Harmonies of #5D440C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D440C

Black with #5D440C

Text Example


Text Example

White with #5D440C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,68,12); }

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

background-color css

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

 a { background-color: rgb(93,68,12); }

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

border-color css

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

 span { border-color: rgb(93,68,12); }

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