Html Css Color HEX #593D02 Baker's Chocolate

📋 copy color: '#593D02'

red 89 ◦ green 61 ◦ blue 2

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

Shades of Baker's Chocolate #593D02

Tints of Baker's Chocolate #593D02

RGB

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

 GREEN value IS 61 (24.22% from 255) = 40.13%

 BLUE value IS 2 (1.17% from 255) = 1.32%

R = 58.55%
G = 40.13%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#593D02 (or 0x593D02) is known color: Baker's Chocolate. HEX triplet: 59, 3D and 02. RGB value is (89,61,2). Sum of RGB (Red+Green+Blue) = 89+61+2=152 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.55% from 152); Green value is 61 (24.22% from 255 or 40.13% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 89 - color contains mainly: red. Hex color #593D02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593D02 is #A6C2FD. Grayscale: #3E3E3E. Windows color (decimal): -10928894 or 146777. OLE color: 146777.

HSL color Cylindrical-coordinate representation of color #593D02: hue angle of 40.69º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #593D02 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 61 2 -
CMYK 0 0.31 0.98 0.65
HSL 40.69º 0.96% 0.18% -
HSV(B) 40.69º 0.98% 0.35% -
XYZ 5.8 5.47 0.81 -
YUV 62.65 93.78 146.8 -
System Red Green Blue C M Y K H S L
Decimal 89 61 2 0 0.31 0.98 0.65 40.69 0.96 0.18
Hex 59 3D 2 0 1F 62 41 29 60 12
Octal 131 75 2 0 37 142 101 51 140 22
Binary 1011001 111101 10 0 11111 1100010 1000001 101001 1100000 10010

Color Harmonies of #593D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593D02

Black with #593D02

Text Example


Text Example

White with #593D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593D02; }

 p { color: rgb(89,61,2); }

 H1.HeaderClassName
 {
   color: #593D02;
 }
 .AnyTagClassName
 {
   color: #593D02;
 }
</style>

background-color css

<style>
 a { background-color: #593D02; }

 a { background-color: rgb(89,61,2); }

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

border-color css

<style>
 span { border-color: #593D02; }

 span { border-color: rgb(89,61,2); }

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