Html Css Color HEX #552500 Baker's Chocolate

📋 copy color: '#552500'

red 85 ◦ green 37 ◦ blue 0

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

Shades of Baker's Chocolate #552500

Tints of Baker's Chocolate #552500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 30.33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.67%
G = 30.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#552500 (or 0x552500) is known color: Baker's Chocolate. HEX triplet: 55, 25 and 00. RGB value is (85,37,0). Sum of RGB (Red+Green+Blue) = 85+37+0=122 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.67% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 85 - color contains mainly: red. Hex color #552500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552500 is #AADAFF. Grayscale: #2F2F2F. Windows color (decimal): -11197184 or 9557. OLE color: 9557.

HSL color Cylindrical-coordinate representation of color #552500: hue angle of 26.12º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #552500 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 37 0 -
CMYK 0 0.56 1 0.67
HSL 26.12º 1% 0.17% -
HSV(B) 26.12º 1% 0.33% -
XYZ 4.41 3.25 0.4 -
YUV 47.13 101.4 155.01 -
System Red Green Blue C M Y K H S L
Decimal 85 37 0 0 0.56 1 0.67 26.12 1 0.17
Hex 55 25 0 0 38 64 43 1A 64 11
Octal 125 45 0 0 70 144 103 32 144 21
Binary 1010101 100101 0 0 111000 1100100 1000011 11010 1100100 10001

Color Harmonies of #552500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552500

Black with #552500

Text Example


Text Example

White with #552500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552500; }

 p { color: rgb(85,37,0); }

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

background-color css

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

 a { background-color: rgb(85,37,0); }

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

border-color css

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

 span { border-color: rgb(85,37,0); }

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