Html Css Color HEX #633730 Redwood

📋 copy color: '#633730'

red 99 ◦ green 55 ◦ blue 48

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

Shades of Redwood #633730

Tints of Redwood #633730

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.23%

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

R = 49.01%
G = 27.23%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.61

RGB Variations

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

Color information

#633730 (or 0x633730) is known color: Redwood. HEX triplet: 63, 37 and 30. RGB value is (99,55,48). Sum of RGB (Red+Green+Blue) = 99+55+48=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 48 (19.14% from 255 or 23.76% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #633730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633730 is #9CC8CF. Grayscale: #434343. Windows color (decimal): -10275024 or 3159907. OLE color: 3159907.

HSL color Cylindrical-coordinate representation of color #633730: hue angle of 8.24º 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 #633730 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 55 48 -
CMYK 0 0.44 0.52 0.61
HSL 8.24º 0.35% 0.29% -
HSV(B) 8.24º 0.52% 0.39% -
XYZ 7.05 5.6 3.51 -
YUV 67.36 117.08 150.57 -
System Red Green Blue C M Y K H S L
Decimal 99 55 48 0 0.44 0.52 0.61 8.24 0.35 0.29
Hex 63 37 30 0 2C 34 3D 8 23 1D
Octal 143 67 60 0 54 64 75 10 43 35
Binary 1100011 110111 110000 0 101100 110100 111101 1000 100011 11101

Color Harmonies of #633730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633730

Black with #633730

Text Example


Text Example

White with #633730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633730; }

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

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

background-color css

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

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

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

border-color css

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

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

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