Html Css Color HEX #582304 Baker's Chocolate

📋 copy color: '#582304'

red 88 ◦ green 35 ◦ blue 4

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

Shades of Baker's Chocolate #582304

Tints of Baker's Chocolate #582304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.15%

R = 69.29%
G = 27.56%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.65

RGB Variations

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

Color information

#582304 (or 0x582304) is known color: Baker's Chocolate. HEX triplet: 58, 23 and 04. RGB value is (88,35,4). Sum of RGB (Red+Green+Blue) = 88+35+4=127 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.29% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 4 (1.95% from 255 or 3.15% from 127); Max value from RGB is 88 - color contains mainly: red. Hex color #582304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582304 is #A7DCFB. Grayscale: #2F2F2F. Windows color (decimal): -11001084 or 271192. OLE color: 271192.

HSL color Cylindrical-coordinate representation of color #582304: hue angle of 22.14º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #582304 is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 35 4 -
CMYK 0 0.60 0.95 0.65
HSL 22.14º 0.91% 0.18% -
HSV(B) 22.14º 0.95% 0.35% -
XYZ 4.65 3.29 0.5 -
YUV 47.31 103.56 157.02 -
System Red Green Blue C M Y K H S L
Decimal 88 35 4 0 0.60 0.95 0.65 22.14 0.91 0.18
Hex 58 23 4 0 3C 5F 41 16 5B 12
Octal 130 43 4 0 74 137 101 26 133 22
Binary 1011000 100011 100 0 111100 1011111 1000001 10110 1011011 10010

Color Harmonies of #582304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582304

Black with #582304

Text Example


Text Example

White with #582304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582304; }

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

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

background-color css

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

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

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

border-color css

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

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

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