Html Css Color HEX #582308 Baker's Chocolate

📋 copy color: '#582308'

red 88 ◦ green 35 ◦ blue 8

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

Shades of Baker's Chocolate #582308

Tints of Baker's Chocolate #582308

RGB

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

 GREEN value IS 35 (14.06% from 255) = 26.72%

 BLUE value IS 8 (3.52% from 255) = 6.11%

R = 67.18%
G = 26.72%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#582308 (or 0x582308) is known color: Baker's Chocolate. HEX triplet: 58, 23 and 08. RGB value is (88,35,8). Sum of RGB (Red+Green+Blue) = 88+35+8=131 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.18% from 131); Green value is 35 (14.06% from 255 or 26.72% from 131); Blue value is 8 (3.52% from 255 or 6.11% from 131); Max value from RGB is 88 - color contains mainly: red. Hex color #582308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582308 is #A7DCF7. Grayscale: #2F2F2F. Windows color (decimal): -11001080 or 533336. OLE color: 533336.

HSL color Cylindrical-coordinate representation of color #582308: hue angle of 20.25º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #582308 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 35 8 -
CMYK 0 0.60 0.91 0.65
HSL 20.25º 0.83% 0.19% -
HSV(B) 20.25º 0.91% 0.35% -
XYZ 4.67 3.29 0.62 -
YUV 47.77 105.56 156.7 -
System Red Green Blue C M Y K H S L
Decimal 88 35 8 0 0.60 0.91 0.65 20.25 0.83 0.19
Hex 58 23 8 0 3C 5B 41 14 53 13
Octal 130 43 10 0 74 133 101 24 123 23
Binary 1011000 100011 1000 0 111100 1011011 1000001 10100 1010011 10011

Color Harmonies of #582308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582308

Black with #582308

Text Example


Text Example

White with #582308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582308; }

 p { color: rgb(88,35,8); }

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

background-color css

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

 a { background-color: rgb(88,35,8); }

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

border-color css

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

 span { border-color: rgb(88,35,8); }

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