Html Css Color HEX #582201 Baker's Chocolate

📋 copy color: '#582201'

red 88 ◦ green 34 ◦ blue 1

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

Shades of Baker's Chocolate #582201

Tints of Baker's Chocolate #582201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 27.64%

 BLUE value IS 1 (0.78% from 255) = 0.81%

R = 71.54%
G = 27.64%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#582201 (or 0x582201) is known color: Baker's Chocolate. HEX triplet: 58, 22 and 01. RGB value is (88,34,1). Sum of RGB (Red+Green+Blue) = 88+34+1=123 (16% of max value = 765). Red value is 88 (34.77% from 255 or 71.54% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 88 - color contains mainly: red. Hex color #582201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582201 is #A7DDFE. Grayscale: #2E2E2E. Windows color (decimal): -11001343 or 74328. OLE color: 74328.

HSL color Cylindrical-coordinate representation of color #582201: hue angle of 22.76º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #582201 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 34 1 -
CMYK 0 0.61 0.99 0.65
HSL 22.76º 0.98% 0.17% -
HSV(B) 22.76º 0.99% 0.35% -
XYZ 4.6 3.22 0.41 -
YUV 46.38 102.39 157.68 -
System Red Green Blue C M Y K H S L
Decimal 88 34 1 0 0.61 0.99 0.65 22.76 0.98 0.17
Hex 58 22 1 0 3D 63 41 17 62 11
Octal 130 42 1 0 75 143 101 27 142 21
Binary 1011000 100010 1 0 111101 1100011 1000001 10111 1100010 10001

Color Harmonies of #582201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582201

Black with #582201

Text Example


Text Example

White with #582201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582201; }

 p { color: rgb(88,34,1); }

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

background-color css

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

 a { background-color: rgb(88,34,1); }

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

border-color css

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

 span { border-color: rgb(88,34,1); }

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