Html Css Color HEX #592A05 Baker's Chocolate

📋 copy color: '#592A05'

red 89 ◦ green 42 ◦ blue 5

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

Shades of Baker's Chocolate #592A05

Tints of Baker's Chocolate #592A05

RGB

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

 GREEN value IS 42 (16.8% from 255) = 30.88%

 BLUE value IS 5 (2.34% from 255) = 3.68%

R = 65.44%
G = 30.88%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#592A05 (or 0x592A05) is known color: Baker's Chocolate. HEX triplet: 59, 2A and 05. RGB value is (89,42,5). Sum of RGB (Red+Green+Blue) = 89+42+5=136 (18% of max value = 765). Red value is 89 (35.16% from 255 or 65.44% from 136); Green value is 42 (16.80% from 255 or 30.88% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 89 - color contains mainly: red. Hex color #592A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592A05 is #A6D5FA. Grayscale: #343434. Windows color (decimal): -10933755 or 338521. OLE color: 338521.

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

Color convert

RGB 89 42 5 -
CMYK 0 0.53 0.94 0.65
HSL 26.43º 0.89% 0.18% -
HSV(B) 26.43º 0.94% 0.35% -
XYZ 4.98 3.79 0.61 -
YUV 51.84 101.57 154.51 -
System Red Green Blue C M Y K H S L
Decimal 89 42 5 0 0.53 0.94 0.65 26.43 0.89 0.18
Hex 59 2A 5 0 35 5E 41 1A 59 12
Octal 131 52 5 0 65 136 101 32 131 22
Binary 1011001 101010 101 0 110101 1011110 1000001 11010 1011001 10010

Color Harmonies of #592A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592A05

Black with #592A05

Text Example


Text Example

White with #592A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,42,5); }

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

background-color css

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

 a { background-color: rgb(89,42,5); }

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

border-color css

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

 span { border-color: rgb(89,42,5); }

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