Html Css Color HEX #522B25 Caput Mortuum

📋 copy color: '#522B25'

red 82 ◦ green 43 ◦ blue 37

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

Shades of Caput Mortuum #522B25

Tints of Caput Mortuum #522B25

RGB

 RED value IS 82 (32.42% from 255) = 50.62%

 GREEN value IS 43 (17.19% from 255) = 26.54%

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

R = 50.62%
G = 26.54%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.68

RGB Variations

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

Color information

#522B25 (or 0x522B25) is known color: Caput Mortuum. HEX triplet: 52, 2B and 25. RGB value is (82,43,37). Sum of RGB (Red+Green+Blue) = 82+43+37=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 43 (17.19% from 255 or 26.54% from 162); Blue value is 37 (14.84% from 255 or 22.84% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #522B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522B25 is #ADD4DA. Grayscale: #363636. Windows color (decimal): -11392219 or 2435922. OLE color: 2435922.

HSL color Cylindrical-coordinate representation of color #522B25: hue angle of 8º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #522B25 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 43 37 -
CMYK 0 0.48 0.55 0.68
HSL 0.38% 0.23% -
HSV(B) 0.55% 0.32% -
XYZ 4.68 3.66 2.21 -
YUV 53.98 118.42 147.99 -
System Red Green Blue C M Y K H S L
Decimal 82 43 37 0 0.48 0.55 0.68 8 0.38 0.23
Hex 52 2B 25 0 30 37 44 8 26 17
Octal 122 53 45 0 60 67 104 10 46 27
Binary 1010010 101011 100101 0 110000 110111 1000100 1000 100110 10111

Color Harmonies of #522B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522B25

Black with #522B25

Text Example


Text Example

White with #522B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522B25; }

 p { color: rgb(82,43,37); }

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

background-color css

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

 a { background-color: rgb(82,43,37); }

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

border-color css

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

 span { border-color: rgb(82,43,37); }

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