Html Css Color HEX #55350F Baker's Chocolate

📋 copy color: '#55350F'

red 85 ◦ green 53 ◦ blue 15

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

Shades of Baker's Chocolate #55350F

Tints of Baker's Chocolate #55350F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 34.64%

 BLUE value IS 15 (6.25% from 255) = 9.8%

R = 55.56%
G = 34.64%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#55350F (or 0x55350F) is known color: Baker's Chocolate. HEX triplet: 55, 35 and 0F. RGB value is (85,53,15). Sum of RGB (Red+Green+Blue) = 85+53+15=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 53 (21.09% from 255 or 34.64% from 153); Blue value is 15 (6.25% from 255 or 9.80% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #55350F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55350F is #AACAF0. Grayscale: #3A3A3A. Windows color (decimal): -11193073 or 996693. OLE color: 996693.

HSL color Cylindrical-coordinate representation of color #55350F: hue angle of 32.57º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55350F is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 53 15 -
CMYK 0 0.38 0.82 0.67
HSL 32.57º 0.7% 0.2% -
HSV(B) 32.57º 0.82% 0.33% -
XYZ 5.11 4.51 1.05 -
YUV 58.24 103.6 147.09 -
System Red Green Blue C M Y K H S L
Decimal 85 53 15 0 0.38 0.82 0.67 32.57 0.7 0.2
Hex 55 35 F 0 26 52 43 21 46 14
Octal 125 65 17 0 46 122 103 41 106 24
Binary 1010101 110101 1111 0 100110 1010010 1000011 100001 1000110 10100

Color Harmonies of #55350F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55350F

Black with #55350F

Text Example


Text Example

White with #55350F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55350F; }

 p { color: rgb(85,53,15); }

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

background-color css

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

 a { background-color: rgb(85,53,15); }

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

border-color css

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

 span { border-color: rgb(85,53,15); }

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