Html Css Color HEX #5A3706 Baker's Chocolate

📋 copy color: '#5A3706'

red 90 ◦ green 55 ◦ blue 6

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

Shades of Baker's Chocolate #5A3706

Tints of Baker's Chocolate #5A3706

RGB

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

 GREEN value IS 55 (21.88% from 255) = 36.42%

 BLUE value IS 6 (2.73% from 255) = 3.97%

R = 59.6%
G = 36.42%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.65

RGB Variations

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

Color information

#5A3706 (or 0x5A3706) is known color: Baker's Chocolate. HEX triplet: 5A, 37 and 06. RGB value is (90,55,6). Sum of RGB (Red+Green+Blue) = 90+55+6=151 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.60% from 151); Green value is 55 (21.88% from 255 or 36.42% from 151); Blue value is 6 (2.73% from 255 or 3.97% from 151); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3706 is #A5C8F9. Grayscale: #3C3C3C. Windows color (decimal): -10864890 or 407386. OLE color: 407386.

HSL color Cylindrical-coordinate representation of color #5A3706: hue angle of 35º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A3706 is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 55 6 -
CMYK 0 0.39 0.93 0.65
HSL 35º 0.88% 0.19% -
HSV(B) 35º 0.93% 0.35% -
XYZ 5.62 4.92 0.83 -
YUV 59.88 97.6 149.48 -
System Red Green Blue C M Y K H S L
Decimal 90 55 6 0 0.39 0.93 0.65 35 0.88 0.19
Hex 5A 37 6 0 27 5D 41 23 58 13
Octal 132 67 6 0 47 135 101 43 130 23
Binary 1011010 110111 110 0 100111 1011101 1000001 100011 1011000 10011

Color Harmonies of #5A3706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3706

Black with #5A3706

Text Example


Text Example

White with #5A3706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,55,6); }

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

background-color css

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

 a { background-color: rgb(90,55,6); }

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

border-color css

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

 span { border-color: rgb(90,55,6); }

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