Html Css Color HEX #553310 Baker's Chocolate

📋 copy color: '#553310'

red 85 ◦ green 51 ◦ blue 16

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

Shades of Baker's Chocolate #553310

Tints of Baker's Chocolate #553310

RGB

 RED value IS 85 (33.59% from 255) = 55.92%

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

 BLUE value IS 16 (6.64% from 255) = 10.53%

R = 55.92%
G = 33.55%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#553310 (or 0x553310) is known color: Baker's Chocolate. HEX triplet: 55, 33 and 10. RGB value is (85,51,16). Sum of RGB (Red+Green+Blue) = 85+51+16=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 16 (6.64% from 255 or 10.53% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #553310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553310 is #AACCEF. Grayscale: #393939. Windows color (decimal): -11193584 or 1061717. OLE color: 1061717.

HSL color Cylindrical-coordinate representation of color #553310: hue angle of 30.43º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #553310 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 51 16 -
CMYK 0 0.40 0.81 0.67
HSL 30.43º 0.68% 0.2% -
HSV(B) 30.43º 0.81% 0.33% -
XYZ 5.02 4.34 1.06 -
YUV 57.18 104.76 147.85 -
System Red Green Blue C M Y K H S L
Decimal 85 51 16 0 0.40 0.81 0.67 30.43 0.68 0.2
Hex 55 33 10 0 28 51 43 1E 44 14
Octal 125 63 20 0 50 121 103 36 104 24
Binary 1010101 110011 10000 0 101000 1010001 1000011 11110 1000100 10100

Color Harmonies of #553310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553310

Black with #553310

Text Example


Text Example

White with #553310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553310; }

 p { color: rgb(85,51,16); }

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

background-color css

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

 a { background-color: rgb(85,51,16); }

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

border-color css

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

 span { border-color: rgb(85,51,16); }

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