Html Css Color HEX #55340C Baker's Chocolate

📋 copy color: '#55340C'

red 85 ◦ green 52 ◦ blue 12

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

Shades of Baker's Chocolate #55340C

Tints of Baker's Chocolate #55340C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.05%

R = 57.05%
G = 34.9%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#55340C (or 0x55340C) is known color: Baker's Chocolate. HEX triplet: 55, 34 and 0C. RGB value is (85,52,12). Sum of RGB (Red+Green+Blue) = 85+52+12=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #55340C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55340C is #AACBF3. Grayscale: #393939. Windows color (decimal): -11193332 or 799829. OLE color: 799829.

HSL color Cylindrical-coordinate representation of color #55340C: hue angle of 32.88º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #55340C is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 52 12 -
CMYK 0 0.39 0.86 0.67
HSL 32.88º 0.75% 0.19% -
HSV(B) 32.88º 0.86% 0.33% -
XYZ 5.04 4.41 0.93 -
YUV 57.31 102.43 147.75 -
System Red Green Blue C M Y K H S L
Decimal 85 52 12 0 0.39 0.86 0.67 32.88 0.75 0.19
Hex 55 34 C 0 27 56 43 21 4B 13
Octal 125 64 14 0 47 126 103 41 113 23
Binary 1010101 110100 1100 0 100111 1010110 1000011 100001 1001011 10011

Color Harmonies of #55340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55340C

Black with #55340C

Text Example


Text Example

White with #55340C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55340C; }

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

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

background-color css

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

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

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

border-color css

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

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

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