Html Css Color HEX #55383C Jon

📋 copy color: '#55383C'

red 85 ◦ green 56 ◦ blue 60

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

Shades of Jon #55383C

Tints of Jon #55383C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 29.85%

R = 42.29%
G = 27.86%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#55383C (or 0x55383C) is known color: Jon. HEX triplet: 55, 38 and 3C. RGB value is (85,56,60). Sum of RGB (Red+Green+Blue) = 85+56+60=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #55383C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55383C is #AAC7C3. Grayscale: #414141. Windows color (decimal): -11192260 or 3946581. OLE color: 3946581.

HSL color Cylindrical-coordinate representation of color #55383C: hue angle of 351.72º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #55383C is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 56 60 -
CMYK 0 0.34 0.29 0.67
HSL 351.72º 0.21% 0.28% -
HSV(B) 351.72º 0.34% 0.33% -
XYZ 5.98 5.09 4.94 -
YUV 65.13 125.11 142.17 -
System Red Green Blue C M Y K H S L
Decimal 85 56 60 0 0.34 0.29 0.67 351.72 0.21 0.28
Hex 55 38 3C 0 22 1D 43 160 15 1C
Octal 125 70 74 0 42 35 103 540 25 34
Binary 1010101 111000 111100 0 100010 11101 1000011 101100000 10101 11100

Color Harmonies of #55383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55383C

Black with #55383C

Text Example


Text Example

White with #55383C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55383C; }

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

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

background-color css

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

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

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

border-color css

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

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

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