Html Css Color HEX #553610 Baker's Chocolate

📋 copy color: '#553610'

red 85 ◦ green 54 ◦ blue 16

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

Shades of Baker's Chocolate #553610

Tints of Baker's Chocolate #553610

RGB

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

 GREEN value IS 54 (21.48% from 255) = 34.84%

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

R = 54.84%
G = 34.84%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#553610 (or 0x553610) is known color: Baker's Chocolate. HEX triplet: 55, 36 and 10. RGB value is (85,54,16). Sum of RGB (Red+Green+Blue) = 85+54+16=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #553610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553610 is #AAC9EF. Grayscale: #3B3B3B. Windows color (decimal): -11192816 or 1062485. OLE color: 1062485.

HSL color Cylindrical-coordinate representation of color #553610: hue angle of 33.04º 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 #553610 is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 54 16 -
CMYK 0 0.36 0.81 0.67
HSL 33.04º 0.68% 0.2% -
HSV(B) 33.04º 0.81% 0.33% -
XYZ 5.16 4.61 1.11 -
YUV 58.94 103.77 146.59 -
System Red Green Blue C M Y K H S L
Decimal 85 54 16 0 0.36 0.81 0.67 33.04 0.68 0.2
Hex 55 36 10 0 24 51 43 21 44 14
Octal 125 66 20 0 44 121 103 41 104 24
Binary 1010101 110110 10000 0 100100 1010001 1000011 100001 1000100 10100

Color Harmonies of #553610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553610

Black with #553610

Text Example


Text Example

White with #553610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553610; }

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

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

background-color css

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

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

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

border-color css

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

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

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