Html Css Color HEX #583614 Baker's Chocolate

📋 copy color: '#583614'

red 88 ◦ green 54 ◦ blue 20

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

Shades of Baker's Chocolate #583614

Tints of Baker's Chocolate #583614

RGB

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

 GREEN value IS 54 (21.48% from 255) = 33.33%

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

R = 54.32%
G = 33.33%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#583614 (or 0x583614) is known color: Baker's Chocolate. HEX triplet: 58, 36 and 14. RGB value is (88,54,20). Sum of RGB (Red+Green+Blue) = 88+54+20=162 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.32% from 162); Green value is 54 (21.48% from 255 or 33.33% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 88 - color contains mainly: red. Hex color #583614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583614 is #A7C9EB. Grayscale: #3C3C3C. Windows color (decimal): -10996204 or 1324632. OLE color: 1324632.

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

Color convert

RGB 88 54 20 -
CMYK 0 0.39 0.77 0.65
HSL 30º 0.63% 0.21% -
HSV(B) 30º 0.77% 0.35% -
XYZ 5.47 4.76 1.29 -
YUV 60.29 105.26 147.76 -
System Red Green Blue C M Y K H S L
Decimal 88 54 20 0 0.39 0.77 0.65 30 0.63 0.21
Hex 58 36 14 0 27 4D 41 1E 3F 15
Octal 130 66 24 0 47 115 101 36 77 25
Binary 1011000 110110 10100 0 100111 1001101 1000001 11110 111111 10101

Color Harmonies of #583614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583614

Black with #583614

Text Example


Text Example

White with #583614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583614; }

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

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

background-color css

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

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

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

border-color css

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

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

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