Html Css Color HEX #583019 Baker's Chocolate

📋 copy color: '#583019'

red 88 ◦ green 48 ◦ blue 25

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

Shades of Baker's Chocolate #583019

Tints of Baker's Chocolate #583019

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.81%

 BLUE value IS 25 (10.16% from 255) = 15.53%

R = 54.66%
G = 29.81%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#583019 (or 0x583019) is known color: Baker's Chocolate. HEX triplet: 58, 30 and 19. RGB value is (88,48,25). Sum of RGB (Red+Green+Blue) = 88+48+25=161 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.66% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 25 (10.16% from 255 or 15.53% from 161); Max value from RGB is 88 - color contains mainly: red. Hex color #583019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583019 is #A7CFE6. Grayscale: #393939. Windows color (decimal): -10997735 or 1650776. OLE color: 1650776.

HSL color Cylindrical-coordinate representation of color #583019: hue angle of 21.9º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #583019 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 48 25 -
CMYK 0 0.45 0.72 0.65
HSL 21.9º 0.56% 0.22% -
HSV(B) 21.9º 0.72% 0.35% -
XYZ 5.26 4.26 1.46 -
YUV 57.34 109.75 149.87 -
System Red Green Blue C M Y K H S L
Decimal 88 48 25 0 0.45 0.72 0.65 21.9 0.56 0.22
Hex 58 30 19 0 2D 48 41 16 38 16
Octal 130 60 31 0 55 110 101 26 70 26
Binary 1011000 110000 11001 0 101101 1001000 1000001 10110 111000 10110

Color Harmonies of #583019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583019

Black with #583019

Text Example


Text Example

White with #583019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583019; }

 p { color: rgb(88,48,25); }

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

background-color css

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

 a { background-color: rgb(88,48,25); }

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

border-color css

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

 span { border-color: rgb(88,48,25); }

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