Html Css Color HEX #5A3709 Baker's Chocolate

📋 copy color: '#5A3709'

red 90 ◦ green 55 ◦ blue 9

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

Shades of Baker's Chocolate #5A3709

Tints of Baker's Chocolate #5A3709

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.84%

R = 58.44%
G = 35.71%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.9

 K value IS 0.65

RGB Variations

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

Color information

#5A3709 (or 0x5A3709) is known color: Baker's Chocolate. HEX triplet: 5A, 37 and 09. RGB value is (90,55,9). Sum of RGB (Red+Green+Blue) = 90+55+9=154 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.44% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 9 (3.91% from 255 or 5.84% from 154); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3709 is #A5C8F6. Grayscale: #3C3C3C. Windows color (decimal): -10864887 or 603994. OLE color: 603994.

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

Color convert

RGB 90 55 9 -
CMYK 0 0.39 0.9 0.65
HSL 34.07º 0.82% 0.19% -
HSV(B) 34.07º 0.9% 0.35% -
XYZ 5.63 4.93 0.91 -
YUV 60.22 99.1 149.24 -
System Red Green Blue C M Y K H S L
Decimal 90 55 9 0 0.39 0.9 0.65 34.07 0.82 0.19
Hex 5A 37 9 0 27 5A 41 22 52 13
Octal 132 67 11 0 47 132 101 42 122 23
Binary 1011010 110111 1001 0 100111 1011010 1000001 100010 1010010 10011

Color Harmonies of #5A3709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3709

Black with #5A3709

Text Example


Text Example

White with #5A3709

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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