Html Css Color HEX #592612 Baker's Chocolate

📋 copy color: '#592612'

red 89 ◦ green 38 ◦ blue 18

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

Shades of Baker's Chocolate #592612

Tints of Baker's Chocolate #592612

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.21%

 BLUE value IS 18 (7.42% from 255) = 12.41%

R = 61.38%
G = 26.21%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#592612 (or 0x592612) is known color: Baker's Chocolate. HEX triplet: 59, 26 and 12. RGB value is (89,38,18). Sum of RGB (Red+Green+Blue) = 89+38+18=145 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.38% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 89 - color contains mainly: red. Hex color #592612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592612 is #A6D9ED. Grayscale: #333333. Windows color (decimal): -10934766 or 1189465. OLE color: 1189465.

HSL color Cylindrical-coordinate representation of color #592612: hue angle of 16.9º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #592612 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 38 18 -
CMYK 0 0.57 0.80 0.65
HSL 16.9º 0.66% 0.21% -
HSV(B) 16.9º 0.8% 0.35% -
XYZ 4.92 3.55 1 -
YUV 50.97 109.4 155.13 -
System Red Green Blue C M Y K H S L
Decimal 89 38 18 0 0.57 0.80 0.65 16.9 0.66 0.21
Hex 59 26 12 0 39 50 41 11 42 15
Octal 131 46 22 0 71 120 101 21 102 25
Binary 1011001 100110 10010 0 111001 1010000 1000001 10001 1000010 10101

Color Harmonies of #592612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592612

Black with #592612

Text Example


Text Example

White with #592612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592612; }

 p { color: rgb(89,38,18); }

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

background-color css

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

 a { background-color: rgb(89,38,18); }

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

border-color css

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

 span { border-color: rgb(89,38,18); }

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