Html Css Color HEX #583301 Baker's Chocolate

📋 copy color: '#583301'

red 88 ◦ green 51 ◦ blue 1

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

Shades of Baker's Chocolate #583301

Tints of Baker's Chocolate #583301

RGB

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

 GREEN value IS 51 (20.31% from 255) = 36.43%

 BLUE value IS 1 (0.78% from 255) = 0.71%

R = 62.86%
G = 36.43%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#583301 (or 0x583301) is known color: Baker's Chocolate. HEX triplet: 58, 33 and 01. RGB value is (88,51,1). Sum of RGB (Red+Green+Blue) = 88+51+1=140 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.86% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 1 (0.78% from 255 or 0.71% from 140); Max value from RGB is 88 - color contains mainly: red. Hex color #583301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583301 is #A7CCFE. Grayscale: #383838. Windows color (decimal): -10996991 or 78680. OLE color: 78680.

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

Color convert

RGB 88 51 1 -
CMYK 0 0.42 0.99 0.65
HSL 34.48º 0.98% 0.17% -
HSV(B) 34.48º 0.99% 0.35% -
XYZ 5.21 4.44 0.61 -
YUV 56.36 96.76 150.57 -
System Red Green Blue C M Y K H S L
Decimal 88 51 1 0 0.42 0.99 0.65 34.48 0.98 0.17
Hex 58 33 1 0 2A 63 41 22 62 11
Octal 130 63 1 0 52 143 101 42 142 21
Binary 1011000 110011 1 0 101010 1100011 1000001 100010 1100010 10001

Color Harmonies of #583301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583301

Black with #583301

Text Example


Text Example

White with #583301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583301; }

 p { color: rgb(88,51,1); }

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

background-color css

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

 a { background-color: rgb(88,51,1); }

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

border-color css

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

 span { border-color: rgb(88,51,1); }

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