Html Css Color HEX #582C03 Baker's Chocolate

📋 copy color: '#582C03'

red 88 ◦ green 44 ◦ blue 3

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

Shades of Baker's Chocolate #582C03

Tints of Baker's Chocolate #582C03

RGB

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

 GREEN value IS 44 (17.58% from 255) = 32.59%

 BLUE value IS 3 (1.56% from 255) = 2.22%

R = 65.19%
G = 32.59%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#582C03 (or 0x582C03) is known color: Baker's Chocolate. HEX triplet: 58, 2C and 03. RGB value is (88,44,3). Sum of RGB (Red+Green+Blue) = 88+44+3=135 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.19% from 135); Green value is 44 (17.58% from 255 or 32.59% from 135); Blue value is 3 (1.56% from 255 or 2.22% from 135); Max value from RGB is 88 - color contains mainly: red. Hex color #582C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582C03 is #A7D3FC. Grayscale: #343434. Windows color (decimal): -10998781 or 207960. OLE color: 207960.

HSL color Cylindrical-coordinate representation of color #582C03: hue angle of 28.94º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #582C03 is Cyan = 0, Magento = 0.5, Yellow = 0.97 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 44 3 -
CMYK 0 0.5 0.97 0.65
HSL 28.94º 0.93% 0.18% -
HSV(B) 28.94º 0.97% 0.35% -
XYZ 4.94 3.88 0.58 -
YUV 52.48 100.08 153.33 -
System Red Green Blue C M Y K H S L
Decimal 88 44 3 0 0.5 0.97 0.65 28.94 0.93 0.18
Hex 58 2C 3 0 32 61 41 1D 5D 12
Octal 130 54 3 0 62 141 101 35 135 22
Binary 1011000 101100 11 0 110010 1100001 1000001 11101 1011101 10010

Color Harmonies of #582C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582C03

Black with #582C03

Text Example


Text Example

White with #582C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,44,3); }

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

background-color css

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

 a { background-color: rgb(88,44,3); }

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

border-color css

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

 span { border-color: rgb(88,44,3); }

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