Html Css Color HEX #5A2709 Baker's Chocolate

📋 copy color: '#5A2709'

red 90 ◦ green 39 ◦ blue 9

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

Shades of Baker's Chocolate #5A2709

Tints of Baker's Chocolate #5A2709

RGB

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

 GREEN value IS 39 (15.63% from 255) = 28.26%

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

R = 65.22%
G = 28.26%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.9

 K value IS 0.65

RGB Variations

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

Color information

#5A2709 (or 0x5A2709) is known color: Baker's Chocolate. HEX triplet: 5A, 27 and 09. RGB value is (90,39,9). Sum of RGB (Red+Green+Blue) = 90+39+9=138 (18% of max value = 765). Red value is 90 (35.55% from 255 or 65.22% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 9 (3.91% from 255 or 6.52% from 138); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A2709 is #A5D8F6. Grayscale: #333333. Windows color (decimal): -10868983 or 599898. OLE color: 599898.

HSL color Cylindrical-coordinate representation of color #5A2709: hue angle of 22.22º 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 #5A2709 is Cyan = 0, Magento = 0.57, Yellow = 0.9 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 39 9 -
CMYK 0 0.57 0.9 0.65
HSL 22.22º 0.82% 0.19% -
HSV(B) 22.22º 0.9% 0.35% -
XYZ 4.99 3.64 0.7 -
YUV 50.83 104.4 155.94 -
System Red Green Blue C M Y K H S L
Decimal 90 39 9 0 0.57 0.9 0.65 22.22 0.82 0.19
Hex 5A 27 9 0 39 5A 41 16 52 13
Octal 132 47 11 0 71 132 101 26 122 23
Binary 1011010 100111 1001 0 111001 1011010 1000001 10110 1010010 10011

Color Harmonies of #5A2709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2709

Black with #5A2709

Text Example


Text Example

White with #5A2709

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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