Html Css Color HEX #552E23 Caput Mortuum

📋 copy color: '#552E23'

red 85 ◦ green 46 ◦ blue 35

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

Shades of Caput Mortuum #552E23

Tints of Caput Mortuum #552E23

RGB

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

 GREEN value IS 46 (18.36% from 255) = 27.71%

 BLUE value IS 35 (14.06% from 255) = 21.08%

R = 51.2%
G = 27.71%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#552E23 (or 0x552E23) is known color: Caput Mortuum. HEX triplet: 55, 2E and 23. RGB value is (85,46,35). Sum of RGB (Red+Green+Blue) = 85+46+35=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 46 (18.36% from 255 or 27.71% from 166); Blue value is 35 (14.06% from 255 or 21.08% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #552E23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552E23 is #AAD1DC. Grayscale: #383838. Windows color (decimal): -11194845 or 2305621. OLE color: 2305621.

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

Color convert

RGB 85 46 35 -
CMYK 0 0.46 0.59 0.67
HSL 13.2º 0.42% 0.24% -
HSV(B) 13.2º 0.59% 0.33% -
XYZ 5.03 4.01 2.1 -
YUV 56.41 115.92 148.39 -
System Red Green Blue C M Y K H S L
Decimal 85 46 35 0 0.46 0.59 0.67 13.2 0.42 0.24
Hex 55 2E 23 0 2E 3B 43 D 2A 18
Octal 125 56 43 0 56 73 103 15 52 30
Binary 1010101 101110 100011 0 101110 111011 1000011 1101 101010 11000

Color Harmonies of #552E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552E23

Black with #552E23

Text Example


Text Example

White with #552E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,46,35); }

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

background-color css

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

 a { background-color: rgb(85,46,35); }

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

border-color css

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

 span { border-color: rgb(85,46,35); }

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