Html Css Color HEX #63332C Redwood

📋 copy color: '#63332C'

red 99 ◦ green 51 ◦ blue 44

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

Shades of Redwood #63332C

Tints of Redwood #63332C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.29%

 BLUE value IS 44 (17.58% from 255) = 22.68%

R = 51.03%
G = 26.29%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.61

RGB Variations

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

Color information

#63332C (or 0x63332C) is known color: Redwood. HEX triplet: 63, 33 and 2C. RGB value is (99,51,44). Sum of RGB (Red+Green+Blue) = 99+51+44=194 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.03% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 99 - color contains mainly: red. Hex color #63332C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63332C is #9CCCD3. Grayscale: #404040. Windows color (decimal): -10276052 or 2896739. OLE color: 2896739.

HSL color Cylindrical-coordinate representation of color #63332C: hue angle of 7.64º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63332C is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 51 44 -
CMYK 0 0.48 0.56 0.61
HSL 7.64º 0.38% 0.28% -
HSV(B) 7.64º 0.56% 0.39% -
XYZ 6.78 5.2 3.03 -
YUV 64.55 116.4 152.57 -
System Red Green Blue C M Y K H S L
Decimal 99 51 44 0 0.48 0.56 0.61 7.64 0.38 0.28
Hex 63 33 2C 0 30 38 3D 8 26 1C
Octal 143 63 54 0 60 70 75 10 46 34
Binary 1100011 110011 101100 0 110000 111000 111101 1000 100110 11100

Color Harmonies of #63332C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63332C

Black with #63332C

Text Example


Text Example

White with #63332C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63332C; }

 p { color: rgb(99,51,44); }

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

background-color css

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

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

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

border-color css

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

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

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