Html Css Color HEX #592701 Baker's Chocolate

📋 copy color: '#592701'

red 89 ◦ green 39 ◦ blue 1

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

Shades of Baker's Chocolate #592701

Tints of Baker's Chocolate #592701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.78%

R = 68.99%
G = 30.23%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#592701 (or 0x592701) is known color: Baker's Chocolate. HEX triplet: 59, 27 and 01. RGB value is (89,39,1). Sum of RGB (Red+Green+Blue) = 89+39+1=129 (17% of max value = 765). Red value is 89 (35.16% from 255 or 68.99% from 129); Green value is 39 (15.62% from 255 or 30.23% from 129); Blue value is 1 (0.78% from 255 or 0.78% from 129); Max value from RGB is 89 - color contains mainly: red. Hex color #592701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592701 is #A6D8FE. Grayscale: #313131. Windows color (decimal): -10934527 or 75609. OLE color: 75609.

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

Color convert

RGB 89 39 1 -
CMYK 0 0.56 0.99 0.65
HSL 25.91º 0.98% 0.18% -
HSV(B) 25.91º 0.99% 0.35% -
XYZ 4.85 3.58 0.46 -
YUV 49.62 100.57 156.09 -
System Red Green Blue C M Y K H S L
Decimal 89 39 1 0 0.56 0.99 0.65 25.91 0.98 0.18
Hex 59 27 1 0 38 63 41 1A 62 12
Octal 131 47 1 0 70 143 101 32 142 22
Binary 1011001 100111 1 0 111000 1100011 1000001 11010 1100010 10010

Color Harmonies of #592701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592701

Black with #592701

Text Example


Text Example

White with #592701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592701; }

 p { color: rgb(89,39,1); }

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

background-color css

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

 a { background-color: rgb(89,39,1); }

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

border-color css

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

 span { border-color: rgb(89,39,1); }

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