Html Css Color HEX #582613 Baker's Chocolate

📋 copy color: '#582613'

red 88 ◦ green 38 ◦ blue 19

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

Shades of Baker's Chocolate #582613

Tints of Baker's Chocolate #582613

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.21%

 BLUE value IS 19 (7.81% from 255) = 13.1%

R = 60.69%
G = 26.21%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#582613 (or 0x582613) is known color: Baker's Chocolate. HEX triplet: 58, 26 and 13. RGB value is (88,38,19). Sum of RGB (Red+Green+Blue) = 88+38+19=145 (19% of max value = 765). Red value is 88 (34.77% from 255 or 60.69% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 88 - color contains mainly: red. Hex color #582613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582613 is #A7D9EC. Grayscale: #323232. Windows color (decimal): -11000301 or 1255000. OLE color: 1255000.

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

Color convert

RGB 88 38 19 -
CMYK 0 0.57 0.78 0.65
HSL 16.52º 0.64% 0.21% -
HSV(B) 16.52º 0.78% 0.35% -
XYZ 4.84 3.51 1.04 -
YUV 50.78 110.07 154.54 -
System Red Green Blue C M Y K H S L
Decimal 88 38 19 0 0.57 0.78 0.65 16.52 0.64 0.21
Hex 58 26 13 0 39 4E 41 11 40 15
Octal 130 46 23 0 71 116 101 21 100 25
Binary 1011000 100110 10011 0 111001 1001110 1000001 10001 1000000 10101

Color Harmonies of #582613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582613

Black with #582613

Text Example


Text Example

White with #582613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582613; }

 p { color: rgb(88,38,19); }

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

background-color css

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

 a { background-color: rgb(88,38,19); }

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

border-color css

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

 span { border-color: rgb(88,38,19); }

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