Html Css Color HEX #582409 Baker's Chocolate

📋 copy color: '#582409'

red 88 ◦ green 36 ◦ blue 9

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

Shades of Baker's Chocolate #582409

Tints of Baker's Chocolate #582409

RGB

 RED value IS 88 (34.77% from 255) = 66.17%

 GREEN value IS 36 (14.45% from 255) = 27.07%

 BLUE value IS 9 (3.91% from 255) = 6.77%

R = 66.17%
G = 27.07%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.65

RGB Variations

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

Color information

#582409 (or 0x582409) is known color: Baker's Chocolate. HEX triplet: 58, 24 and 09. RGB value is (88,36,9). Sum of RGB (Red+Green+Blue) = 88+36+9=133 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.17% from 133); Green value is 36 (14.45% from 255 or 27.07% from 133); Blue value is 9 (3.91% from 255 or 6.77% from 133); Max value from RGB is 88 - color contains mainly: red. Hex color #582409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582409 is #A7DBF6. Grayscale: #303030. Windows color (decimal): -11000823 or 599128. OLE color: 599128.

HSL color Cylindrical-coordinate representation of color #582409: hue angle of 20.51º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #582409 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 36 9 -
CMYK 0 0.59 0.90 0.65
HSL 20.51º 0.81% 0.19% -
HSV(B) 20.51º 0.9% 0.35% -
XYZ 4.7 3.36 0.66 -
YUV 48.47 105.73 156.2 -
System Red Green Blue C M Y K H S L
Decimal 88 36 9 0 0.59 0.90 0.65 20.51 0.81 0.19
Hex 58 24 9 0 3B 5A 41 15 51 13
Octal 130 44 11 0 73 132 101 25 121 23
Binary 1011000 100100 1001 0 111011 1011010 1000001 10101 1010001 10011

Color Harmonies of #582409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582409

Black with #582409

Text Example


Text Example

White with #582409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582409; }

 p { color: rgb(88,36,9); }

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

background-color css

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

 a { background-color: rgb(88,36,9); }

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

border-color css

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

 span { border-color: rgb(88,36,9); }

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