Html Css Color HEX #582D09 Baker's Chocolate

📋 copy color: '#582D09'

red 88 ◦ green 45 ◦ blue 9

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

Shades of Baker's Chocolate #582D09

Tints of Baker's Chocolate #582D09

RGB

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

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

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

R = 61.97%
G = 31.69%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.65

RGB Variations

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

Color information

#582D09 (or 0x582D09) is known color: Baker's Chocolate. HEX triplet: 58, 2D and 09. RGB value is (88,45,9). Sum of RGB (Red+Green+Blue) = 88+45+9=142 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.97% from 142); Green value is 45 (17.97% from 255 or 31.69% from 142); Blue value is 9 (3.91% from 255 or 6.34% from 142); Max value from RGB is 88 - color contains mainly: red. Hex color #582D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582D09 is #A7D2F6. Grayscale: #353535. Windows color (decimal): -10998519 or 601432. OLE color: 601432.

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

Color convert

RGB 88 45 9 -
CMYK 0 0.49 0.90 0.65
HSL 27.34º 0.81% 0.19% -
HSV(B) 27.34º 0.9% 0.35% -
XYZ 5.01 3.97 0.76 -
YUV 53.75 102.75 152.43 -
System Red Green Blue C M Y K H S L
Decimal 88 45 9 0 0.49 0.90 0.65 27.34 0.81 0.19
Hex 58 2D 9 0 31 5A 41 1B 51 13
Octal 130 55 11 0 61 132 101 33 121 23
Binary 1011000 101101 1001 0 110001 1011010 1000001 11011 1010001 10011

Color Harmonies of #582D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582D09

Black with #582D09

Text Example


Text Example

White with #582D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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