Html Css Color HEX #5A2309 Baker's Chocolate

📋 copy color: '#5A2309'

red 90 ◦ green 35 ◦ blue 9

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

Shades of Baker's Chocolate #5A2309

Tints of Baker's Chocolate #5A2309

RGB

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

 GREEN value IS 35 (14.06% from 255) = 26.12%

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

R = 67.16%
G = 26.12%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.9

 K value IS 0.65

RGB Variations

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

Color information

#5A2309 (or 0x5A2309) is known color: Baker's Chocolate. HEX triplet: 5A, 23 and 09. RGB value is (90,35,9). Sum of RGB (Red+Green+Blue) = 90+35+9=134 (17% of max value = 765). Red value is 90 (35.55% from 255 or 67.16% from 134); Green value is 35 (14.06% from 255 or 26.12% from 134); Blue value is 9 (3.91% from 255 or 6.72% from 134); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2309 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A2309 is #A5DCF6. Grayscale: #303030. Windows color (decimal): -10870007 or 598874. OLE color: 598874.

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

Color convert

RGB 90 35 9 -
CMYK 0 0.61 0.9 0.65
HSL 19.26º 0.82% 0.19% -
HSV(B) 19.26º 0.9% 0.35% -
XYZ 4.87 3.4 0.66 -
YUV 48.48 105.72 157.61 -
System Red Green Blue C M Y K H S L
Decimal 90 35 9 0 0.61 0.9 0.65 19.26 0.82 0.19
Hex 5A 23 9 0 3D 5A 41 13 52 13
Octal 132 43 11 0 75 132 101 23 122 23
Binary 1011010 100011 1001 0 111101 1011010 1000001 10011 1010010 10011

Color Harmonies of #5A2309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2309

Black with #5A2309

Text Example


Text Example

White with #5A2309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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