Html Css Color HEX #582005 Baker's Chocolate

📋 copy color: '#582005'

red 88 ◦ green 32 ◦ blue 5

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

Shades of Baker's Chocolate #582005

Tints of Baker's Chocolate #582005

RGB

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

 GREEN value IS 32 (12.89% from 255) = 25.6%

 BLUE value IS 5 (2.34% from 255) = 4%

R = 70.4%
G = 25.6%
B = 4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#582005 (or 0x582005) is known color: Baker's Chocolate. HEX triplet: 58, 20 and 05. RGB value is (88,32,5). Sum of RGB (Red+Green+Blue) = 88+32+5=125 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.4% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 88 - color contains mainly: red. Hex color #582005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582005 is #A7DFFA. Grayscale: #2D2D2D. Windows color (decimal): -11001851 or 335960. OLE color: 335960.

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

Color convert

RGB 88 32 5 -
CMYK 0 0.64 0.94 0.65
HSL 19.52º 0.89% 0.18% -
HSV(B) 19.52º 0.94% 0.35% -
XYZ 4.57 3.12 0.5 -
YUV 45.67 105.05 158.2 -
System Red Green Blue C M Y K H S L
Decimal 88 32 5 0 0.64 0.94 0.65 19.52 0.89 0.18
Hex 58 20 5 0 40 5E 41 14 59 12
Octal 130 40 5 0 100 136 101 24 131 22
Binary 1011000 100000 101 0 1000000 1011110 1000001 10100 1011001 10010

Color Harmonies of #582005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582005

Black with #582005

Text Example


Text Example

White with #582005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582005; }

 p { color: rgb(88,32,5); }

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

background-color css

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

 a { background-color: rgb(88,32,5); }

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

border-color css

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

 span { border-color: rgb(88,32,5); }

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