Html Css Color HEX #5F3331 Redwood

📋 copy color: '#5F3331'

red 95 ◦ green 51 ◦ blue 49

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

Shades of Redwood #5F3331

Tints of Redwood #5F3331

RGB

 RED value IS 95 (37.5% from 255) = 48.72%

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

 BLUE value IS 49 (19.53% from 255) = 25.13%

R = 48.72%
G = 26.15%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.63

RGB Variations

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

Color information

#5F3331 (or 0x5F3331) is known color: Redwood. HEX triplet: 5F, 33 and 31. RGB value is (95,51,49). Sum of RGB (Red+Green+Blue) = 95+51+49=195 (25% of max value = 765). Red value is 95 (37.5% from 255 or 48.72% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3331 is #A0CCCE. Grayscale: #3F3F3F. Windows color (decimal): -10538191 or 3224415. OLE color: 3224415.

HSL color Cylindrical-coordinate representation of color #5F3331: hue angle of 2.61º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5F3331 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 51 49 -
CMYK 0 0.46 0.48 0.63
HSL 2.61º 0.32% 0.28% -
HSV(B) 2.61º 0.48% 0.37% -
XYZ 6.46 5.02 3.53 -
YUV 63.93 119.58 150.16 -
System Red Green Blue C M Y K H S L
Decimal 95 51 49 0 0.46 0.48 0.63 2.61 0.32 0.28
Hex 5F 33 31 0 2E 30 3F 3 20 1C
Octal 137 63 61 0 56 60 77 3 40 34
Binary 1011111 110011 110001 0 101110 110000 111111 11 100000 11100

Color Harmonies of #5F3331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3331

Black with #5F3331

Text Example


Text Example

White with #5F3331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F3331; }

 p { color: rgb(95,51,49); }

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

background-color css

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

 a { background-color: rgb(95,51,49); }

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

border-color css

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

 span { border-color: rgb(95,51,49); }

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