Html Css Color HEX #5A431C Dark Brown

📋 copy color: '#5A431C'

red 90 ◦ green 67 ◦ blue 28

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

Shades of Dark Brown #5A431C

Tints of Dark Brown #5A431C

RGB

 RED value IS 90 (35.55% from 255) = 48.65%

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

 BLUE value IS 28 (11.33% from 255) = 15.14%

R = 48.65%
G = 36.22%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#5A431C (or 0x5A431C) is known color: Dark Brown. HEX triplet: 5A, 43 and 1C. RGB value is (90,67,28). Sum of RGB (Red+Green+Blue) = 90+67+28=185 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.65% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 90 - color contains mainly: red. Hex color #5A431C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A431C is #A5BCE3. Grayscale: #454545. Windows color (decimal): -10861796 or 1852250. OLE color: 1852250.

HSL color Cylindrical-coordinate representation of color #5A431C: hue angle of 37.74º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A431C is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 67 28 -
CMYK 0 0.26 0.69 0.65
HSL 37.74º 0.53% 0.23% -
HSV(B) 37.74º 0.69% 0.35% -
XYZ 6.43 6.27 1.97 -
YUV 69.43 104.62 142.67 -
System Red Green Blue C M Y K H S L
Decimal 90 67 28 0 0.26 0.69 0.65 37.74 0.53 0.23
Hex 5A 43 1C 0 1A 45 41 26 35 17
Octal 132 103 34 0 32 105 101 46 65 27
Binary 1011010 1000011 11100 0 11010 1000101 1000001 100110 110101 10111

Color Harmonies of #5A431C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A431C

Black with #5A431C

Text Example


Text Example

White with #5A431C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,67,28); }

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

background-color css

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

 a { background-color: rgb(90,67,28); }

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

border-color css

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

 span { border-color: rgb(90,67,28); }

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