Html Css Color HEX #5A3611 Baker's Chocolate

📋 copy color: '#5A3611'

red 90 ◦ green 54 ◦ blue 17

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

Shades of Baker's Chocolate #5A3611

Tints of Baker's Chocolate #5A3611

RGB

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

 GREEN value IS 54 (21.48% from 255) = 33.54%

 BLUE value IS 17 (7.03% from 255) = 10.56%

R = 55.9%
G = 33.54%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#5A3611 (or 0x5A3611) is known color: Baker's Chocolate. HEX triplet: 5A, 36 and 11. RGB value is (90,54,17). Sum of RGB (Red+Green+Blue) = 90+54+17=161 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.90% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 17 (7.03% from 255 or 10.56% from 161); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3611 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3611 is #A5C9EE. Grayscale: #3C3C3C. Windows color (decimal): -10865135 or 1128026. OLE color: 1128026.

HSL color Cylindrical-coordinate representation of color #5A3611: hue angle of 30.41º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A3611 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 54 17 -
CMYK 0 0.40 0.81 0.65
HSL 30.41º 0.68% 0.21% -
HSV(B) 30.41º 0.81% 0.35% -
XYZ 5.64 4.85 1.17 -
YUV 60.55 103.43 149.01 -
System Red Green Blue C M Y K H S L
Decimal 90 54 17 0 0.40 0.81 0.65 30.41 0.68 0.21
Hex 5A 36 11 0 28 51 41 1E 44 15
Octal 132 66 21 0 50 121 101 36 104 25
Binary 1011010 110110 10001 0 101000 1010001 1000001 11110 1000100 10101

Color Harmonies of #5A3611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3611

Black with #5A3611

Text Example


Text Example

White with #5A3611

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,54,17); }

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

background-color css

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

 a { background-color: rgb(90,54,17); }

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

border-color css

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

 span { border-color: rgb(90,54,17); }

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