Html Css Color HEX #552107 Baker's Chocolate

📋 copy color: '#552107'

red 85 ◦ green 33 ◦ blue 7

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

Shades of Baker's Chocolate #552107

Tints of Baker's Chocolate #552107

RGB

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

 GREEN value IS 33 (13.28% from 255) = 26.4%

 BLUE value IS 7 (3.13% from 255) = 5.6%

R = 68%
G = 26.4%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#552107 (or 0x552107) is known color: Baker's Chocolate. HEX triplet: 55, 21 and 07. RGB value is (85,33,7). Sum of RGB (Red+Green+Blue) = 85+33+7=125 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 7 (3.12% from 255 or 5.6% from 125); Max value from RGB is 85 - color contains mainly: red. Hex color #552107 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552107 is #AADEF8. Grayscale: #2D2D2D. Windows color (decimal): -11198201 or 467285. OLE color: 467285.

HSL color Cylindrical-coordinate representation of color #552107: hue angle of 20º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #552107 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 33 7 -
CMYK 0 0.61 0.92 0.67
HSL 20º 0.85% 0.18% -
HSV(B) 20º 0.92% 0.33% -
XYZ 4.33 3.03 0.56 -
YUV 45.58 106.23 156.11 -
System Red Green Blue C M Y K H S L
Decimal 85 33 7 0 0.61 0.92 0.67 20 0.85 0.18
Hex 55 21 7 0 3D 5C 43 14 55 12
Octal 125 41 7 0 75 134 103 24 125 22
Binary 1010101 100001 111 0 111101 1011100 1000011 10100 1010101 10010

Color Harmonies of #552107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552107

Black with #552107

Text Example


Text Example

White with #552107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552107; }

 p { color: rgb(85,33,7); }

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

background-color css

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

 a { background-color: rgb(85,33,7); }

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

border-color css

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

 span { border-color: rgb(85,33,7); }

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