Html Css Color HEX #552726 Caput Mortuum

📋 copy color: '#552726'

red 85 ◦ green 39 ◦ blue 38

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

Shades of Caput Mortuum #552726

Tints of Caput Mortuum #552726

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.07%

 BLUE value IS 38 (15.23% from 255) = 23.46%

R = 52.47%
G = 24.07%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#552726 (or 0x552726) is known color: Caput Mortuum. HEX triplet: 55, 27 and 26. RGB value is (85,39,38). Sum of RGB (Red+Green+Blue) = 85+39+38=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 38 (15.23% from 255 or 23.46% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #552726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552726 is #AAD8D9. Grayscale: #343434. Windows color (decimal): -11196634 or 2500437. OLE color: 2500437.

HSL color Cylindrical-coordinate representation of color #552726: hue angle of 1.28º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #552726 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 39 38 -
CMYK 0 0.54 0.55 0.67
HSL 1.28º 0.38% 0.24% -
HSV(B) 1.28º 0.55% 0.33% -
XYZ 4.82 3.52 2.26 -
YUV 52.64 119.74 151.08 -
System Red Green Blue C M Y K H S L
Decimal 85 39 38 0 0.54 0.55 0.67 1.28 0.38 0.24
Hex 55 27 26 0 36 37 43 1 26 18
Octal 125 47 46 0 66 67 103 1 46 30
Binary 1010101 100111 100110 0 110110 110111 1000011 1 100110 11000

Color Harmonies of #552726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552726

Black with #552726

Text Example


Text Example

White with #552726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552726; }

 p { color: rgb(85,39,38); }

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

background-color css

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

 a { background-color: rgb(85,39,38); }

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

border-color css

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

 span { border-color: rgb(85,39,38); }

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