Html Css Color HEX #583400 Baker's Chocolate

📋 copy color: '#583400'

red 88 ◦ green 52 ◦ blue 0

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

Shades of Baker's Chocolate #583400

Tints of Baker's Chocolate #583400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.86%
G = 37.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#583400 (or 0x583400) is known color: Baker's Chocolate. HEX triplet: 58, 34 and 00. RGB value is (88,52,0). Sum of RGB (Red+Green+Blue) = 88+52+0=140 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.86% from 140); Green value is 52 (20.70% from 255 or 37.14% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 88 - color contains mainly: red. Hex color #583400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583400 is #A7CBFF. Grayscale: #393939. Windows color (decimal): -10996736 or 13400. OLE color: 13400.

HSL color Cylindrical-coordinate representation of color #583400: hue angle of 35.45º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #583400 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 52 0 -
CMYK 0 0.41 1 0.65
HSL 35.45º 1% 0.17% -
HSV(B) 35.45º 1% 0.35% -
XYZ 5.25 4.53 0.6 -
YUV 56.84 95.93 150.23 -
System Red Green Blue C M Y K H S L
Decimal 88 52 0 0 0.41 1 0.65 35.45 1 0.17
Hex 58 34 0 0 29 64 41 23 64 11
Octal 130 64 0 0 51 144 101 43 144 21
Binary 1011000 110100 0 0 101001 1100100 1000001 100011 1100100 10001

Color Harmonies of #583400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583400

Black with #583400

Text Example


Text Example

White with #583400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583400; }

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

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

background-color css

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

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

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

border-color css

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

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

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