Html Css Color HEX #5D430A Raw Umber

📋 copy color: '#5D430A'

red 93 ◦ green 67 ◦ blue 10

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

Shades of Raw Umber #5D430A

Tints of Raw Umber #5D430A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 39.41%

 BLUE value IS 10 (4.3% from 255) = 5.88%

R = 54.71%
G = 39.41%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.64

RGB Variations

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

Color information

#5D430A (or 0x5D430A) is known color: Raw Umber. HEX triplet: 5D, 43 and 0A. RGB value is (93,67,10). Sum of RGB (Red+Green+Blue) = 93+67+10=170 (22% of max value = 765). Red value is 93 (36.72% from 255 or 54.71% from 170); Green value is 67 (26.56% from 255 or 39.41% from 170); Blue value is 10 (4.30% from 255 or 5.88% from 170); Max value from RGB is 93 - color contains mainly: red. Hex color #5D430A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D430A is #A2BCF5. Grayscale: #444444. Windows color (decimal): -10665206 or 672605. OLE color: 672605.

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

Color convert

RGB 93 67 10 -
CMYK 0 0.28 0.89 0.64
HSL 41.2º 0.81% 0.2% -
HSV(B) 41.2º 0.89% 0.36% -
XYZ 6.58 6.36 1.17 -
YUV 68.28 95.11 145.63 -
System Red Green Blue C M Y K H S L
Decimal 93 67 10 0 0.28 0.89 0.64 41.2 0.81 0.2
Hex 5D 43 A 0 1C 59 40 29 51 14
Octal 135 103 12 0 34 131 100 51 121 24
Binary 1011101 1000011 1010 0 11100 1011001 1000000 101001 1010001 10100

Color Harmonies of #5D430A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D430A

Black with #5D430A

Text Example


Text Example

White with #5D430A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,67,10); }

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

background-color css

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

 a { background-color: rgb(93,67,10); }

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

border-color css

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

 span { border-color: rgb(93,67,10); }

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