Html Css Color HEX #583302 Baker's Chocolate

📋 copy color: '#583302'

red 88 ◦ green 51 ◦ blue 2

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

Shades of Baker's Chocolate #583302

Tints of Baker's Chocolate #583302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.42%

R = 62.41%
G = 36.17%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#583302 (or 0x583302) is known color: Baker's Chocolate. HEX triplet: 58, 33 and 02. RGB value is (88,51,2). Sum of RGB (Red+Green+Blue) = 88+51+2=141 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.41% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 88 - color contains mainly: red. Hex color #583302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583302 is #A7CCFD. Grayscale: #383838. Windows color (decimal): -10996990 or 144216. OLE color: 144216.

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

Color convert

RGB 88 51 2 -
CMYK 0 0.42 0.98 0.65
HSL 34.19º 0.96% 0.18% -
HSV(B) 34.19º 0.98% 0.35% -
XYZ 5.22 4.45 0.64 -
YUV 56.48 97.26 150.48 -
System Red Green Blue C M Y K H S L
Decimal 88 51 2 0 0.42 0.98 0.65 34.19 0.96 0.18
Hex 58 33 2 0 2A 62 41 22 60 12
Octal 130 63 2 0 52 142 101 42 140 22
Binary 1011000 110011 10 0 101010 1100010 1000001 100010 1100000 10010

Color Harmonies of #583302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583302

Black with #583302

Text Example


Text Example

White with #583302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583302; }

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

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

background-color css

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

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

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

border-color css

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

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

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