Html Css Color HEX #583413 Baker's Chocolate

📋 copy color: '#583413'

red 88 ◦ green 52 ◦ blue 19

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

Shades of Baker's Chocolate #583413

Tints of Baker's Chocolate #583413

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.7%

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

R = 55.35%
G = 32.7%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#583413 (or 0x583413) is known color: Baker's Chocolate. HEX triplet: 58, 34 and 13. RGB value is (88,52,19). Sum of RGB (Red+Green+Blue) = 88+52+19=159 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55.35% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 88 - color contains mainly: red. Hex color #583413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583413 is #A7CBEC. Grayscale: #3B3B3B. Windows color (decimal): -10996717 or 1258584. OLE color: 1258584.

HSL color Cylindrical-coordinate representation of color #583413: hue angle of 28.7º 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 #583413 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 52 19 -
CMYK 0 0.41 0.78 0.65
HSL 28.7º 0.64% 0.21% -
HSV(B) 28.7º 0.78% 0.35% -
XYZ 5.37 4.58 1.22 -
YUV 59 105.43 148.68 -
System Red Green Blue C M Y K H S L
Decimal 88 52 19 0 0.41 0.78 0.65 28.7 0.64 0.21
Hex 58 34 13 0 29 4E 41 1D 40 15
Octal 130 64 23 0 51 116 101 35 100 25
Binary 1011000 110100 10011 0 101001 1001110 1000001 11101 1000000 10101

Color Harmonies of #583413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583413

Black with #583413

Text Example


Text Example

White with #583413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583413; }

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

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

background-color css

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

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

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

border-color css

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

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

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