Html Css Color HEX #583101 Baker's Chocolate

📋 copy color: '#583101'

red 88 ◦ green 49 ◦ blue 1

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

Shades of Baker's Chocolate #583101

Tints of Baker's Chocolate #583101

RGB

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

 GREEN value IS 49 (19.53% from 255) = 35.51%

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

R = 63.77%
G = 35.51%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#583101 (or 0x583101) is known color: Baker's Chocolate. HEX triplet: 58, 31 and 01. RGB value is (88,49,1). Sum of RGB (Red+Green+Blue) = 88+49+1=138 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.77% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 88 - color contains mainly: red. Hex color #583101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583101 is #A7CEFE. Grayscale: #373737. Windows color (decimal): -10997503 or 78168. OLE color: 78168.

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

Color convert

RGB 88 49 1 -
CMYK 0 0.44 0.99 0.65
HSL 33.1º 0.98% 0.17% -
HSV(B) 33.1º 0.99% 0.35% -
XYZ 5.13 4.27 0.58 -
YUV 55.19 97.42 151.4 -
System Red Green Blue C M Y K H S L
Decimal 88 49 1 0 0.44 0.99 0.65 33.1 0.98 0.17
Hex 58 31 1 0 2C 63 41 21 62 11
Octal 130 61 1 0 54 143 101 41 142 21
Binary 1011000 110001 1 0 101100 1100011 1000001 100001 1100010 10001

Color Harmonies of #583101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583101

Black with #583101

Text Example


Text Example

White with #583101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583101; }

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

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

background-color css

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

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

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

border-color css

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

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

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