Html Css Color HEX #582B11 Baker's Chocolate

📋 copy color: '#582B11'

red 88 ◦ green 43 ◦ blue 17

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

Shades of Baker's Chocolate #582B11

Tints of Baker's Chocolate #582B11

RGB

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

 GREEN value IS 43 (17.19% from 255) = 29.05%

 BLUE value IS 17 (7.03% from 255) = 11.49%

R = 59.46%
G = 29.05%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#582B11 (or 0x582B11) is known color: Baker's Chocolate. HEX triplet: 58, 2B and 11. RGB value is (88,43,17). Sum of RGB (Red+Green+Blue) = 88+43+17=148 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.46% from 148); Green value is 43 (17.19% from 255 or 29.05% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 88 - color contains mainly: red. Hex color #582B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582B11 is #A7D4EE. Grayscale: #353535. Windows color (decimal): -10999023 or 1125208. OLE color: 1125208.

HSL color Cylindrical-coordinate representation of color #582B11: hue angle of 21.97º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #582B11 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 43 17 -
CMYK 0 0.51 0.81 0.65
HSL 21.97º 0.68% 0.21% -
HSV(B) 21.97º 0.81% 0.35% -
XYZ 4.99 3.84 1.01 -
YUV 53.49 107.41 152.61 -
System Red Green Blue C M Y K H S L
Decimal 88 43 17 0 0.51 0.81 0.65 21.97 0.68 0.21
Hex 58 2B 11 0 33 51 41 16 44 15
Octal 130 53 21 0 63 121 101 26 104 25
Binary 1011000 101011 10001 0 110011 1010001 1000001 10110 1000100 10101

Color Harmonies of #582B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582B11

Black with #582B11

Text Example


Text Example

White with #582B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,43,17); }

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

background-color css

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

 a { background-color: rgb(88,43,17); }

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

border-color css

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

 span { border-color: rgb(88,43,17); }

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