Html Css Color HEX #633530 Redwood

📋 copy color: '#633530'

red 99 ◦ green 53 ◦ blue 48

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

Shades of Redwood #633530

Tints of Redwood #633530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 24%

R = 49.5%
G = 26.5%
B = 24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.61

RGB Variations

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

Color information

#633530 (or 0x633530) is known color: Redwood. HEX triplet: 63, 35 and 30. RGB value is (99,53,48). Sum of RGB (Red+Green+Blue) = 99+53+48=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 48 (19.14% from 255 or 24% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #633530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633530 is #9CCACF. Grayscale: #424242. Windows color (decimal): -10275536 or 3159395. OLE color: 3159395.

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

Color convert

RGB 99 53 48 -
CMYK 0 0.46 0.52 0.61
HSL 5.88º 0.35% 0.29% -
HSV(B) 5.88º 0.52% 0.39% -
XYZ 6.95 5.41 3.47 -
YUV 66.18 117.74 151.41 -
System Red Green Blue C M Y K H S L
Decimal 99 53 48 0 0.46 0.52 0.61 5.88 0.35 0.29
Hex 63 35 30 0 2E 34 3D 6 23 1D
Octal 143 65 60 0 56 64 75 6 43 35
Binary 1100011 110101 110000 0 101110 110100 111101 110 100011 11101

Color Harmonies of #633530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633530

Black with #633530

Text Example


Text Example

White with #633530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633530; }

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

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

background-color css

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

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

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

border-color css

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

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

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