Html Css Color HEX #63352F Redwood

📋 copy color: '#63352F'

red 99 ◦ green 53 ◦ blue 47

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

Shades of Redwood #63352F

Tints of Redwood #63352F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.63%

 BLUE value IS 47 (18.75% from 255) = 23.62%

R = 49.75%
G = 26.63%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#63352F (or 0x63352F) is known color: Redwood. HEX triplet: 63, 35 and 2F. RGB value is (99,53,47). Sum of RGB (Red+Green+Blue) = 99+53+47=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #63352F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63352F is #9CCAD0. Grayscale: #424242. Windows color (decimal): -10275537 or 3093859. OLE color: 3093859.

HSL color Cylindrical-coordinate representation of color #63352F: hue angle of 6.92º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63352F is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 53 47 -
CMYK 0 0.46 0.53 0.61
HSL 6.92º 0.36% 0.29% -
HSV(B) 6.92º 0.53% 0.39% -
XYZ 6.93 5.4 3.37 -
YUV 66.07 117.24 151.49 -
System Red Green Blue C M Y K H S L
Decimal 99 53 47 0 0.46 0.53 0.61 6.92 0.36 0.29
Hex 63 35 2F 0 2E 35 3D 7 24 1D
Octal 143 65 57 0 56 65 75 7 44 35
Binary 1100011 110101 101111 0 101110 110101 111101 111 100100 11101

Color Harmonies of #63352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63352F

Black with #63352F

Text Example


Text Example

White with #63352F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63352F; }

 p { color: rgb(99,53,47); }

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

background-color css

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

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

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

border-color css

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

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

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