Html Css Color HEX #592702 Baker's Chocolate

📋 copy color: '#592702'

red 89 ◦ green 39 ◦ blue 2

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

Shades of Baker's Chocolate #592702

Tints of Baker's Chocolate #592702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.54%

R = 68.46%
G = 30%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#592702 (or 0x592702) is known color: Baker's Chocolate. HEX triplet: 59, 27 and 02. RGB value is (89,39,2). Sum of RGB (Red+Green+Blue) = 89+39+2=130 (17% of max value = 765). Red value is 89 (35.16% from 255 or 68.46% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 89 - color contains mainly: red. Hex color #592702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592702 is #A6D8FD. Grayscale: #313131. Windows color (decimal): -10934526 or 141145. OLE color: 141145.

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

Color convert

RGB 89 39 2 -
CMYK 0 0.56 0.98 0.65
HSL 25.52º 0.96% 0.18% -
HSV(B) 25.52º 0.98% 0.35% -
XYZ 4.86 3.58 0.49 -
YUV 49.73 101.07 156.01 -
System Red Green Blue C M Y K H S L
Decimal 89 39 2 0 0.56 0.98 0.65 25.52 0.96 0.18
Hex 59 27 2 0 38 62 41 1A 60 12
Octal 131 47 2 0 70 142 101 32 140 22
Binary 1011001 100111 10 0 111000 1100010 1000001 11010 1100000 10010

Color Harmonies of #592702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592702

Black with #592702

Text Example


Text Example

White with #592702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592702; }

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

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

background-color css

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

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

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

border-color css

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

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

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