Html Css Color HEX #592F0A Baker's Chocolate

📋 copy color: '#592F0A'

red 89 ◦ green 47 ◦ blue 10

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

Shades of Baker's Chocolate #592F0A

Tints of Baker's Chocolate #592F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.85%

R = 60.96%
G = 32.19%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#592F0A (or 0x592F0A) is known color: Baker's Chocolate. HEX triplet: 59, 2F and 0A. RGB value is (89,47,10). Sum of RGB (Red+Green+Blue) = 89+47+10=146 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.96% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 89 - color contains mainly: red. Hex color #592F0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592F0A is #A6D0F5. Grayscale: #373737. Windows color (decimal): -10932470 or 667481. OLE color: 667481.

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

Color convert

RGB 89 47 10 -
CMYK 0 0.47 0.89 0.65
HSL 28.1º 0.8% 0.19% -
HSV(B) 28.1º 0.89% 0.35% -
XYZ 5.19 4.18 0.82 -
YUV 55.34 102.41 152.01 -
System Red Green Blue C M Y K H S L
Decimal 89 47 10 0 0.47 0.89 0.65 28.1 0.8 0.19
Hex 59 2F A 0 2F 59 41 1C 50 13
Octal 131 57 12 0 57 131 101 34 120 23
Binary 1011001 101111 1010 0 101111 1011001 1000001 11100 1010000 10011

Color Harmonies of #592F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592F0A

Black with #592F0A

Text Example


Text Example

White with #592F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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