Html Css Color HEX #582309 Baker's Chocolate

📋 copy color: '#582309'

red 88 ◦ green 35 ◦ blue 9

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

Shades of Baker's Chocolate #582309

Tints of Baker's Chocolate #582309

RGB

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

 GREEN value IS 35 (14.06% from 255) = 26.52%

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

R = 66.67%
G = 26.52%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.65

RGB Variations

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

Color information

#582309 (or 0x582309) is known color: Baker's Chocolate. HEX triplet: 58, 23 and 09. RGB value is (88,35,9). Sum of RGB (Red+Green+Blue) = 88+35+9=132 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.67% from 132); Green value is 35 (14.06% from 255 or 26.52% from 132); Blue value is 9 (3.91% from 255 or 6.82% from 132); Max value from RGB is 88 - color contains mainly: red. Hex color #582309 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582309 is #A7DCF6. Grayscale: #303030. Windows color (decimal): -11001079 or 598872. OLE color: 598872.

HSL color Cylindrical-coordinate representation of color #582309: hue angle of 19.75º 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 #582309 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 35 9 -
CMYK 0 0.60 0.90 0.65
HSL 19.75º 0.81% 0.19% -
HSV(B) 19.75º 0.9% 0.35% -
XYZ 4.67 3.3 0.65 -
YUV 47.88 106.06 156.61 -
System Red Green Blue C M Y K H S L
Decimal 88 35 9 0 0.60 0.90 0.65 19.75 0.81 0.19
Hex 58 23 9 0 3C 5A 41 14 51 13
Octal 130 43 11 0 74 132 101 24 121 23
Binary 1011000 100011 1001 0 111100 1011010 1000001 10100 1010001 10011

Color Harmonies of #582309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582309

Black with #582309

Text Example


Text Example

White with #582309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582309; }

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

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

background-color css

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

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

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

border-color css

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

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

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