Html Css Color HEX #592D07 Baker's Chocolate

📋 copy color: '#592D07'

red 89 ◦ green 45 ◦ blue 7

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

Shades of Baker's Chocolate #592D07

Tints of Baker's Chocolate #592D07

RGB

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

 GREEN value IS 45 (17.97% from 255) = 31.91%

 BLUE value IS 7 (3.13% from 255) = 4.96%

R = 63.12%
G = 31.91%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.65

RGB Variations

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

Color information

#592D07 (or 0x592D07) is known color: Baker's Chocolate. HEX triplet: 59, 2D and 07. RGB value is (89,45,7). Sum of RGB (Red+Green+Blue) = 89+45+7=141 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.12% from 141); Green value is 45 (17.97% from 255 or 31.91% from 141); Blue value is 7 (3.12% from 255 or 4.96% from 141); Max value from RGB is 89 - color contains mainly: red. Hex color #592D07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592D07 is #A6D2F8. Grayscale: #363636. Windows color (decimal): -10932985 or 470361. OLE color: 470361.

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

Color convert

RGB 89 45 7 -
CMYK 0 0.49 0.92 0.65
HSL 27.8º 0.85% 0.19% -
HSV(B) 27.8º 0.92% 0.35% -
XYZ 5.1 4.02 0.71 -
YUV 53.82 101.58 153.09 -
System Red Green Blue C M Y K H S L
Decimal 89 45 7 0 0.49 0.92 0.65 27.8 0.85 0.19
Hex 59 2D 7 0 31 5C 41 1C 55 13
Octal 131 55 7 0 61 134 101 34 125 23
Binary 1011001 101101 111 0 110001 1011100 1000001 11100 1010101 10011

Color Harmonies of #592D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592D07

Black with #592D07

Text Example


Text Example

White with #592D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,45,7); }

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

background-color css

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

 a { background-color: rgb(89,45,7); }

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

border-color css

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

 span { border-color: rgb(89,45,7); }

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