Html Css Color HEX #552D25 Caput Mortuum

📋 copy color: '#552D25'

red 85 ◦ green 45 ◦ blue 37

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

Shades of Caput Mortuum #552D25

Tints of Caput Mortuum #552D25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 22.16%

R = 50.9%
G = 26.95%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#552D25 (or 0x552D25) is known color: Caput Mortuum. HEX triplet: 55, 2D and 25. RGB value is (85,45,37). Sum of RGB (Red+Green+Blue) = 85+45+37=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 37 (14.84% from 255 or 22.16% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #552D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552D25 is #AAD2DA. Grayscale: #383838. Windows color (decimal): -11195099 or 2436437. OLE color: 2436437.

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

Color convert

RGB 85 45 37 -
CMYK 0 0.47 0.56 0.67
HSL 10º 0.39% 0.24% -
HSV(B) 10º 0.56% 0.33% -
XYZ 5.02 3.94 2.25 -
YUV 56.05 117.25 148.65 -
System Red Green Blue C M Y K H S L
Decimal 85 45 37 0 0.47 0.56 0.67 10 0.39 0.24
Hex 55 2D 25 0 2F 38 43 A 27 18
Octal 125 55 45 0 57 70 103 12 47 30
Binary 1010101 101101 100101 0 101111 111000 1000011 1010 100111 11000

Color Harmonies of #552D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552D25

Black with #552D25

Text Example


Text Example

White with #552D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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