Html Css Color HEX #552307 Baker's Chocolate

📋 copy color: '#552307'

red 85 ◦ green 35 ◦ blue 7

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

Shades of Baker's Chocolate #552307

Tints of Baker's Chocolate #552307

RGB

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

 GREEN value IS 35 (14.06% from 255) = 27.56%

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

R = 66.93%
G = 27.56%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#552307 (or 0x552307) is known color: Baker's Chocolate. HEX triplet: 55, 23 and 07. RGB value is (85,35,7). Sum of RGB (Red+Green+Blue) = 85+35+7=127 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.93% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 7 (3.12% from 255 or 5.51% from 127); Max value from RGB is 85 - color contains mainly: red. Hex color #552307 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552307 is #AADCF8. Grayscale: #2E2E2E. Windows color (decimal): -11197689 or 467797. OLE color: 467797.

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

Color convert

RGB 85 35 7 -
CMYK 0 0.59 0.92 0.67
HSL 21.54º 0.85% 0.18% -
HSV(B) 21.54º 0.92% 0.33% -
XYZ 4.39 3.15 0.58 -
YUV 46.76 105.57 155.28 -
System Red Green Blue C M Y K H S L
Decimal 85 35 7 0 0.59 0.92 0.67 21.54 0.85 0.18
Hex 55 23 7 0 3B 5C 43 16 55 12
Octal 125 43 7 0 73 134 103 26 125 22
Binary 1010101 100011 111 0 111011 1011100 1000011 10110 1010101 10010

Color Harmonies of #552307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552307

Black with #552307

Text Example


Text Example

White with #552307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552307; }

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

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

background-color css

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

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

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

border-color css

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

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

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