Html Css Color HEX #582A05 Baker's Chocolate

📋 copy color: '#582A05'

red 88 ◦ green 42 ◦ blue 5

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

Shades of Baker's Chocolate #582A05

Tints of Baker's Chocolate #582A05

RGB

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

 GREEN value IS 42 (16.8% from 255) = 31.11%

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

R = 65.19%
G = 31.11%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#582A05 (or 0x582A05) is known color: Baker's Chocolate. HEX triplet: 58, 2A and 05. RGB value is (88,42,5). Sum of RGB (Red+Green+Blue) = 88+42+5=135 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.19% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 5 (2.34% from 255 or 3.70% from 135); Max value from RGB is 88 - color contains mainly: red. Hex color #582A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582A05 is #A7D5FA. Grayscale: #333333. Windows color (decimal): -10999291 or 338520. OLE color: 338520.

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

Color convert

RGB 88 42 5 -
CMYK 0 0.52 0.94 0.65
HSL 26.75º 0.89% 0.18% -
HSV(B) 26.75º 0.94% 0.35% -
XYZ 4.88 3.74 0.61 -
YUV 51.54 101.74 154.01 -
System Red Green Blue C M Y K H S L
Decimal 88 42 5 0 0.52 0.94 0.65 26.75 0.89 0.18
Hex 58 2A 5 0 34 5E 41 1B 59 12
Octal 130 52 5 0 64 136 101 33 131 22
Binary 1011000 101010 101 0 110100 1011110 1000001 11011 1011001 10010

Color Harmonies of #582A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582A05

Black with #582A05

Text Example


Text Example

White with #582A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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