Html Css Color HEX #592F10 Baker's Chocolate

📋 copy color: '#592F10'

red 89 ◦ green 47 ◦ blue 16

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

Shades of Baker's Chocolate #592F10

Tints of Baker's Chocolate #592F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.53%

R = 58.55%
G = 30.92%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#592F10 (or 0x592F10) is known color: Baker's Chocolate. HEX triplet: 59, 2F and 10. RGB value is (89,47,16). Sum of RGB (Red+Green+Blue) = 89+47+16=152 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.55% from 152); Green value is 47 (18.75% from 255 or 30.92% from 152); Blue value is 16 (6.64% from 255 or 10.53% from 152); Max value from RGB is 89 - color contains mainly: red. Hex color #592F10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592F10 is #A6D0EF. Grayscale: #383838. Windows color (decimal): -10932464 or 1060697. OLE color: 1060697.

HSL color Cylindrical-coordinate representation of color #592F10: hue angle of 25.48º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #592F10 is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 47 16 -
CMYK 0 0.47 0.82 0.65
HSL 25.48º 0.7% 0.21% -
HSV(B) 25.48º 0.82% 0.35% -
XYZ 5.23 4.19 1.02 -
YUV 56.02 105.41 151.52 -
System Red Green Blue C M Y K H S L
Decimal 89 47 16 0 0.47 0.82 0.65 25.48 0.7 0.21
Hex 59 2F 10 0 2F 52 41 19 46 15
Octal 131 57 20 0 57 122 101 31 106 25
Binary 1011001 101111 10000 0 101111 1010010 1000001 11001 1000110 10101

Color Harmonies of #592F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592F10

Black with #592F10

Text Example


Text Example

White with #592F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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