Html Css Color HEX #553413 Baker's Chocolate

📋 copy color: '#553413'

red 85 ◦ green 52 ◦ blue 19

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

Shades of Baker's Chocolate #553413

Tints of Baker's Chocolate #553413

RGB

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

 GREEN value IS 52 (20.7% from 255) = 33.33%

 BLUE value IS 19 (7.81% from 255) = 12.18%

R = 54.49%
G = 33.33%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#553413 (or 0x553413) is known color: Baker's Chocolate. HEX triplet: 55, 34 and 13. RGB value is (85,52,19). Sum of RGB (Red+Green+Blue) = 85+52+19=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #553413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553413 is #AACBEC. Grayscale: #3A3A3A. Windows color (decimal): -11193325 or 1258581. OLE color: 1258581.

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

Color convert

RGB 85 52 19 -
CMYK 0 0.39 0.78 0.67
HSL 30º 0.63% 0.2% -
HSV(B) 30º 0.78% 0.33% -
XYZ 5.09 4.43 1.2 -
YUV 58.11 105.93 147.18 -
System Red Green Blue C M Y K H S L
Decimal 85 52 19 0 0.39 0.78 0.67 30 0.63 0.2
Hex 55 34 13 0 27 4E 43 1E 3F 14
Octal 125 64 23 0 47 116 103 36 77 24
Binary 1010101 110100 10011 0 100111 1001110 1000011 11110 111111 10100

Color Harmonies of #553413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553413

Black with #553413

Text Example


Text Example

White with #553413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553413; }

 p { color: rgb(85,52,19); }

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

background-color css

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

 a { background-color: rgb(85,52,19); }

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

border-color css

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

 span { border-color: rgb(85,52,19); }

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