Html Css Color HEX #55380F Baker's Chocolate

📋 copy color: '#55380F'

red 85 ◦ green 56 ◦ blue 15

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

Shades of Baker's Chocolate #55380F

Tints of Baker's Chocolate #55380F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35.9%

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

R = 54.49%
G = 35.9%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#55380F (or 0x55380F) is known color: Baker's Chocolate. HEX triplet: 55, 38 and 0F. RGB value is (85,56,15). Sum of RGB (Red+Green+Blue) = 85+56+15=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 56 (22.27% from 255 or 35.90% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #55380F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55380F is #AAC7F0. Grayscale: #3C3C3C. Windows color (decimal): -11192305 or 997461. OLE color: 997461.

HSL color Cylindrical-coordinate representation of color #55380F: hue angle of 35.14º 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 #55380F is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 56 15 -
CMYK 0 0.34 0.82 0.67
HSL 35.14º 0.7% 0.2% -
HSV(B) 35.14º 0.82% 0.33% -
XYZ 5.25 4.79 1.1 -
YUV 60 102.61 145.83 -
System Red Green Blue C M Y K H S L
Decimal 85 56 15 0 0.34 0.82 0.67 35.14 0.7 0.2
Hex 55 38 F 0 22 52 43 23 46 14
Octal 125 70 17 0 42 122 103 43 106 24
Binary 1010101 111000 1111 0 100010 1010010 1000011 100011 1000110 10100

Color Harmonies of #55380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55380F

Black with #55380F

Text Example


Text Example

White with #55380F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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