Html Css Color HEX #552D24 Caput Mortuum

📋 copy color: '#552D24'

red 85 ◦ green 45 ◦ blue 36

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

Shades of Caput Mortuum #552D24

Tints of Caput Mortuum #552D24

RGB

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

 GREEN value IS 45 (17.97% from 255) = 27.11%

 BLUE value IS 36 (14.45% from 255) = 21.69%

R = 51.2%
G = 27.11%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#552D24 (or 0x552D24) is known color: Caput Mortuum. HEX triplet: 55, 2D and 24. RGB value is (85,45,36). Sum of RGB (Red+Green+Blue) = 85+45+36=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 45 (17.97% from 255 or 27.11% from 166); Blue value is 36 (14.45% from 255 or 21.69% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #552D24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552D24 is #AAD2DB. Grayscale: #383838. Windows color (decimal): -11195100 or 2370901. OLE color: 2370901.

HSL color Cylindrical-coordinate representation of color #552D24: hue angle of 11.02º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #552D24 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 45 36 -
CMYK 0 0.47 0.58 0.67
HSL 11.02º 0.4% 0.24% -
HSV(B) 11.02º 0.58% 0.33% -
XYZ 5 3.94 2.16 -
YUV 55.93 116.75 148.73 -
System Red Green Blue C M Y K H S L
Decimal 85 45 36 0 0.47 0.58 0.67 11.02 0.4 0.24
Hex 55 2D 24 0 2F 3A 43 B 28 18
Octal 125 55 44 0 57 72 103 13 50 30
Binary 1010101 101101 100100 0 101111 111010 1000011 1011 101000 11000

Color Harmonies of #552D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552D24

Black with #552D24

Text Example


Text Example

White with #552D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552D24; }

 p { color: rgb(85,45,36); }

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

background-color css

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

 a { background-color: rgb(85,45,36); }

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

border-color css

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

 span { border-color: rgb(85,45,36); }

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