Html Css Color HEX #633A3A Sanguine Brown

📋 copy color: '#633A3A'

red 99 ◦ green 58 ◦ blue 58

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

Shades of Sanguine Brown #633A3A

Tints of Sanguine Brown #633A3A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.98%

 BLUE value IS 58 (23.05% from 255) = 26.98%

R = 46.05%
G = 26.98%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.61

RGB Variations

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

Color information

#633A3A (or 0x633A3A) is known color: Sanguine Brown. HEX triplet: 63, 3A and 3A. RGB value is (99,58,58). Sum of RGB (Red+Green+Blue) = 99+58+58=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 99 - color contains mainly: red. Hex color #633A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633A3A is #9CC5C5. Grayscale: #464646. Windows color (decimal): -10274246 or 3816035. OLE color: 3816035.

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

Color convert

RGB 99 58 58 -
CMYK 0 0.41 0.41 0.61
HSL 0.26% 0.31% -
HSV(B) 0.41% 0.39% -
XYZ 7.42 5.98 4.77 -
YUV 70.26 121.08 148.5 -
System Red Green Blue C M Y K H S L
Decimal 99 58 58 0 0.41 0.41 0.61 0 0.26 0.31
Hex 63 3A 3A 0 29 29 3D 0 1A 1F
Octal 143 72 72 0 51 51 75 0 32 37
Binary 1100011 111010 111010 0 101001 101001 111101 0 11010 11111

Color Harmonies of #633A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633A3A

Black with #633A3A

Text Example


Text Example

White with #633A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633A3A; }

 p { color: rgb(99,58,58); }

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

background-color css

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

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

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

border-color css

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

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

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