Html Css Color HEX #55483D Rock

📋 copy color: '#55483D'

red 85 ◦ green 72 ◦ blue 61

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

Shades of Rock #55483D

Tints of Rock #55483D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.03%

 BLUE value IS 61 (24.22% from 255) = 27.98%

R = 38.99%
G = 33.03%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#55483D (or 0x55483D) is known color: Rock. HEX triplet: 55, 48 and 3D. RGB value is (85,72,61). Sum of RGB (Red+Green+Blue) = 85+72+61=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 85 - color contains mainly: red. Hex color #55483D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55483D is #AAB7C2. Grayscale: #4A4A4A. Windows color (decimal): -11188163 or 4016213. OLE color: 4016213.

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

Color convert

RGB 85 72 61 -
CMYK 0 0.15 0.28 0.67
HSL 27.5º 0.16% 0.29% -
HSV(B) 27.5º 0.28% 0.33% -
XYZ 6.91 6.9 5.38 -
YUV 74.63 120.31 135.39 -
System Red Green Blue C M Y K H S L
Decimal 85 72 61 0 0.15 0.28 0.67 27.5 0.16 0.29
Hex 55 48 3D 0 F 1C 43 1C 10 1D
Octal 125 110 75 0 17 34 103 34 20 35
Binary 1010101 1001000 111101 0 1111 11100 1000011 11100 10000 11101

Color Harmonies of #55483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55483D

Black with #55483D

Text Example


Text Example

White with #55483D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55483D; }

 p { color: rgb(85,72,61); }

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

background-color css

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

 a { background-color: rgb(85,72,61); }

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

border-color css

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

 span { border-color: rgb(85,72,61); }

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