Html Css Color HEX #592105 Baker's Chocolate

📋 copy color: '#592105'

red 89 ◦ green 33 ◦ blue 5

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

Shades of Baker's Chocolate #592105

Tints of Baker's Chocolate #592105

RGB

 RED value IS 89 (35.16% from 255) = 70.08%

 GREEN value IS 33 (13.28% from 255) = 25.98%

 BLUE value IS 5 (2.34% from 255) = 3.94%

R = 70.08%
G = 25.98%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#592105 (or 0x592105) is known color: Baker's Chocolate. HEX triplet: 59, 21 and 05. RGB value is (89,33,5). Sum of RGB (Red+Green+Blue) = 89+33+5=127 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.08% from 127); Green value is 33 (13.28% from 255 or 25.98% from 127); Blue value is 5 (2.34% from 255 or 3.94% from 127); Max value from RGB is 89 - color contains mainly: red. Hex color #592105 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592105 is #A6DEFA. Grayscale: #2E2E2E. Windows color (decimal): -10936059 or 336217. OLE color: 336217.

HSL color Cylindrical-coordinate representation of color #592105: hue angle of 20º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #592105 is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 33 5 -
CMYK 0 0.63 0.94 0.65
HSL 20º 0.89% 0.18% -
HSV(B) 20º 0.94% 0.35% -
XYZ 4.69 3.22 0.52 -
YUV 46.55 104.55 158.28 -
System Red Green Blue C M Y K H S L
Decimal 89 33 5 0 0.63 0.94 0.65 20 0.89 0.18
Hex 59 21 5 0 3F 5E 41 14 59 12
Octal 131 41 5 0 77 136 101 24 131 22
Binary 1011001 100001 101 0 111111 1011110 1000001 10100 1011001 10010

Color Harmonies of #592105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592105

Black with #592105

Text Example


Text Example

White with #592105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592105; }

 p { color: rgb(89,33,5); }

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

background-color css

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

 a { background-color: rgb(89,33,5); }

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

border-color css

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

 span { border-color: rgb(89,33,5); }

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