Html Css Color HEX #592F01 Baker's Chocolate

📋 copy color: '#592F01'

red 89 ◦ green 47 ◦ blue 1

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

Shades of Baker's Chocolate #592F01

Tints of Baker's Chocolate #592F01

RGB

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

 GREEN value IS 47 (18.75% from 255) = 34.31%

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

R = 64.96%
G = 34.31%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#592F01 (or 0x592F01) is known color: Baker's Chocolate. HEX triplet: 59, 2F and 01. RGB value is (89,47,1). Sum of RGB (Red+Green+Blue) = 89+47+1=137 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.96% from 137); Green value is 47 (18.75% from 255 or 34.31% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 89 - color contains mainly: red. Hex color #592F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592F01 is #A6D0FE. Grayscale: #363636. Windows color (decimal): -10932479 or 77657. OLE color: 77657.

HSL color Cylindrical-coordinate representation of color #592F01: hue angle of 31.36º 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 #592F01 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 47 1 -
CMYK 0 0.47 0.99 0.65
HSL 31.36º 0.98% 0.18% -
HSV(B) 31.36º 0.99% 0.35% -
XYZ 5.14 4.16 0.56 -
YUV 54.31 97.91 152.74 -
System Red Green Blue C M Y K H S L
Decimal 89 47 1 0 0.47 0.99 0.65 31.36 0.98 0.18
Hex 59 2F 1 0 2F 63 41 1F 62 12
Octal 131 57 1 0 57 143 101 37 142 22
Binary 1011001 101111 1 0 101111 1100011 1000001 11111 1100010 10010

Color Harmonies of #592F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592F01

Black with #592F01

Text Example


Text Example

White with #592F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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