Html Css Color HEX #583514 Baker's Chocolate

📋 copy color: '#583514'

red 88 ◦ green 53 ◦ blue 20

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

Shades of Baker's Chocolate #583514

Tints of Baker's Chocolate #583514

RGB

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

 GREEN value IS 53 (21.09% from 255) = 32.92%

 BLUE value IS 20 (8.2% from 255) = 12.42%

R = 54.66%
G = 32.92%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#583514 (or 0x583514) is known color: Baker's Chocolate. HEX triplet: 58, 35 and 14. RGB value is (88,53,20). Sum of RGB (Red+Green+Blue) = 88+53+20=161 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.66% from 161); Green value is 53 (21.09% from 255 or 32.92% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 88 - color contains mainly: red. Hex color #583514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583514 is #A7CAEB. Grayscale: #3B3B3B. Windows color (decimal): -10996460 or 1324376. OLE color: 1324376.

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

Color convert

RGB 88 53 20 -
CMYK 0 0.40 0.77 0.65
HSL 29.12º 0.63% 0.21% -
HSV(B) 29.12º 0.77% 0.35% -
XYZ 5.42 4.67 1.28 -
YUV 59.7 105.6 148.18 -
System Red Green Blue C M Y K H S L
Decimal 88 53 20 0 0.40 0.77 0.65 29.12 0.63 0.21
Hex 58 35 14 0 28 4D 41 1D 3F 15
Octal 130 65 24 0 50 115 101 35 77 25
Binary 1011000 110101 10100 0 101000 1001101 1000001 11101 111111 10101

Color Harmonies of #583514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583514

Black with #583514

Text Example


Text Example

White with #583514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583514; }

 p { color: rgb(88,53,20); }

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

background-color css

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

 a { background-color: rgb(88,53,20); }

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

border-color css

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

 span { border-color: rgb(88,53,20); }

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