Html Css Color HEX #563302 Baker's Chocolate

📋 copy color: '#563302'

red 86 ◦ green 51 ◦ blue 2

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

Shades of Baker's Chocolate #563302

Tints of Baker's Chocolate #563302

RGB

 RED value IS 86 (33.98% from 255) = 61.87%

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

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

R = 61.87%
G = 36.69%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.66

RGB Variations

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

Color information

#563302 (or 0x563302) is known color: Baker's Chocolate. HEX triplet: 56, 33 and 02. RGB value is (86,51,2). Sum of RGB (Red+Green+Blue) = 86+51+2=139 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.87% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 86 - color contains mainly: red. Hex color #563302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563302 is #A9CCFD. Grayscale: #383838. Windows color (decimal): -11128062 or 144214. OLE color: 144214.

HSL color Cylindrical-coordinate representation of color #563302: hue angle of 35º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #563302 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 51 2 -
CMYK 0 0.41 0.98 0.66
HSL 35º 0.95% 0.17% -
HSV(B) 35º 0.98% 0.34% -
XYZ 5.03 4.35 0.63 -
YUV 55.88 97.6 149.48 -
System Red Green Blue C M Y K H S L
Decimal 86 51 2 0 0.41 0.98 0.66 35 0.95 0.17
Hex 56 33 2 0 29 62 42 23 5F 11
Octal 126 63 2 0 51 142 102 43 137 21
Binary 1010110 110011 10 0 101001 1100010 1000010 100011 1011111 10001

Color Harmonies of #563302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563302

Black with #563302

Text Example


Text Example

White with #563302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563302; }

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

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

background-color css

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

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

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

border-color css

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

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

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