Html Css Color HEX #583500 Baker's Chocolate

📋 copy color: '#583500'

red 88 ◦ green 53 ◦ blue 0

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

Shades of Baker's Chocolate #583500

Tints of Baker's Chocolate #583500

RGB

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

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

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

R = 62.41%
G = 37.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#583500 (or 0x583500) is known color: Baker's Chocolate. HEX triplet: 58, 35 and 00. RGB value is (88,53,0). Sum of RGB (Red+Green+Blue) = 88+53+0=141 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.41% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 88 - color contains mainly: red. Hex color #583500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583500 is #A7CAFF. Grayscale: #393939. Windows color (decimal): -10996480 or 13656. OLE color: 13656.

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

Color convert

RGB 88 53 0 -
CMYK 0 0.40 1 0.65
HSL 36.14º 1% 0.17% -
HSV(B) 36.14º 1% 0.35% -
XYZ 5.3 4.62 0.61 -
YUV 57.42 95.6 149.81 -
System Red Green Blue C M Y K H S L
Decimal 88 53 0 0 0.40 1 0.65 36.14 1 0.17
Hex 58 35 0 0 28 64 41 24 64 11
Octal 130 65 0 0 50 144 101 44 144 21
Binary 1011000 110101 0 0 101000 1100100 1000001 100100 1100100 10001

Color Harmonies of #583500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583500

Black with #583500

Text Example


Text Example

White with #583500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583500; }

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

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

background-color css

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

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

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

border-color css

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

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

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