Html Css Color HEX #632920 Caput Mortuum

📋 copy color: '#632920'

red 99 ◦ green 41 ◦ blue 32

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

Shades of Caput Mortuum #632920

Tints of Caput Mortuum #632920

RGB

 RED value IS 99 (39.06% from 255) = 57.56%

 GREEN value IS 41 (16.41% from 255) = 23.84%

 BLUE value IS 32 (12.89% from 255) = 18.6%

R = 57.56%
G = 23.84%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#632920 (or 0x632920) is known color: Caput Mortuum. HEX triplet: 63, 29 and 20. RGB value is (99,41,32). Sum of RGB (Red+Green+Blue) = 99+41+32=172 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.56% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 99 - color contains mainly: red. Hex color #632920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632920 is #9CD6DF. Grayscale: #393939. Windows color (decimal): -10278624 or 2107747. OLE color: 2107747.

HSL color Cylindrical-coordinate representation of color #632920: hue angle of 8.06º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #632920 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 41 32 -
CMYK 0 0.59 0.68 0.61
HSL 8.06º 0.51% 0.26% -
HSV(B) 8.06º 0.68% 0.39% -
XYZ 6.2 4.34 1.88 -
YUV 57.32 113.72 157.73 -
System Red Green Blue C M Y K H S L
Decimal 99 41 32 0 0.59 0.68 0.61 8.06 0.51 0.26
Hex 63 29 20 0 3B 44 3D 8 33 1A
Octal 143 51 40 0 73 104 75 10 63 32
Binary 1100011 101001 100000 0 111011 1000100 111101 1000 110011 11010

Color Harmonies of #632920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632920

Black with #632920

Text Example


Text Example

White with #632920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632920; }

 p { color: rgb(99,41,32); }

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

background-color css

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

 a { background-color: rgb(99,41,32); }

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

border-color css

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

 span { border-color: rgb(99,41,32); }

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