Html Css Color HEX #632F29 Redwood

📋 copy color: '#632F29'

red 99 ◦ green 47 ◦ blue 41

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

Shades of Redwood #632F29

Tints of Redwood #632F29

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.13%

 BLUE value IS 41 (16.41% from 255) = 21.93%

R = 52.94%
G = 25.13%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.61

RGB Variations

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

Color information

#632F29 (or 0x632F29) is known color: Redwood. HEX triplet: 63, 2F and 29. RGB value is (99,47,41). Sum of RGB (Red+Green+Blue) = 99+47+41=187 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.94% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 41 (16.41% from 255 or 21.93% from 187); Max value from RGB is 99 - color contains mainly: red. Hex color #632F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632F29 is #9CD0D6. Grayscale: #3D3D3D. Windows color (decimal): -10277079 or 2699107. OLE color: 2699107.

HSL color Cylindrical-coordinate representation of color #632F29: hue angle of 6.21º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #632F29 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 47 41 -
CMYK 0 0.53 0.59 0.61
HSL 6.21º 0.41% 0.27% -
HSV(B) 6.21º 0.59% 0.39% -
XYZ 6.56 4.85 2.69 -
YUV 61.86 116.23 154.49 -
System Red Green Blue C M Y K H S L
Decimal 99 47 41 0 0.53 0.59 0.61 6.21 0.41 0.27
Hex 63 2F 29 0 35 3B 3D 6 29 1B
Octal 143 57 51 0 65 73 75 6 51 33
Binary 1100011 101111 101001 0 110101 111011 111101 110 101001 11011

Color Harmonies of #632F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632F29

Black with #632F29

Text Example


Text Example

White with #632F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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