Html Css Color HEX #5F322C Redwood

📋 copy color: '#5F322C'

red 95 ◦ green 50 ◦ blue 44

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

Shades of Redwood #5F322C

Tints of Redwood #5F322C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.46%

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

R = 50.26%
G = 26.46%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.63

RGB Variations

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

Color information

#5F322C (or 0x5F322C) is known color: Redwood. HEX triplet: 5F, 32 and 2C. RGB value is (95,50,44). Sum of RGB (Red+Green+Blue) = 95+50+44=189 (25% of max value = 765). Red value is 95 (37.5% from 255 or 50.26% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 95 - color contains mainly: red. Hex color #5F322C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F322C is #A0CDD3. Grayscale: #3E3E3E. Windows color (decimal): -10538452 or 2896479. OLE color: 2896479.

HSL color Cylindrical-coordinate representation of color #5F322C: hue angle of 7.06º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F322C is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 50 44 -
CMYK 0 0.47 0.54 0.63
HSL 7.06º 0.37% 0.27% -
HSV(B) 7.06º 0.54% 0.37% -
XYZ 6.31 4.9 3 -
YUV 62.77 117.41 150.99 -
System Red Green Blue C M Y K H S L
Decimal 95 50 44 0 0.47 0.54 0.63 7.06 0.37 0.27
Hex 5F 32 2C 0 2F 36 3F 7 25 1B
Octal 137 62 54 0 57 66 77 7 45 33
Binary 1011111 110010 101100 0 101111 110110 111111 111 100101 11011

Color Harmonies of #5F322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F322C

Black with #5F322C

Text Example


Text Example

White with #5F322C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,50,44); }

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

background-color css

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

 a { background-color: rgb(95,50,44); }

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

border-color css

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

 span { border-color: rgb(95,50,44); }

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