Html Css Color HEX #63362F Redwood

📋 copy color: '#63362F'

red 99 ◦ green 54 ◦ blue 47

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

Shades of Redwood #63362F

Tints of Redwood #63362F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27%

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

R = 49.5%
G = 27%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#63362F (or 0x63362F) is known color: Redwood. HEX triplet: 63, 36 and 2F. RGB value is (99,54,47). Sum of RGB (Red+Green+Blue) = 99+54+47=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #63362F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63362F is #9CC9D0. Grayscale: #424242. Windows color (decimal): -10275281 or 3094115. OLE color: 3094115.

HSL color Cylindrical-coordinate representation of color #63362F: hue angle of 8.08º 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 #63362F is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 54 47 -
CMYK 0 0.45 0.53 0.61
HSL 8.08º 0.36% 0.29% -
HSV(B) 8.08º 0.53% 0.39% -
XYZ 6.98 5.5 3.38 -
YUV 66.66 116.91 151.07 -
System Red Green Blue C M Y K H S L
Decimal 99 54 47 0 0.45 0.53 0.61 8.08 0.36 0.29
Hex 63 36 2F 0 2D 35 3D 8 24 1D
Octal 143 66 57 0 55 65 75 10 44 35
Binary 1100011 110110 101111 0 101101 110101 111101 1000 100100 11101

Color Harmonies of #63362F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63362F

Black with #63362F

Text Example


Text Example

White with #63362F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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