Html Css Color HEX #5F322A Redwood

📋 copy color: '#5F322A'

red 95 ◦ green 50 ◦ blue 42

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

Shades of Redwood #5F322A

Tints of Redwood #5F322A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 22.46%

R = 50.8%
G = 26.74%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.63

RGB Variations

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

Color information

#5F322A (or 0x5F322A) is known color: Redwood. HEX triplet: 5F, 32 and 2A. RGB value is (95,50,42). Sum of RGB (Red+Green+Blue) = 95+50+42=187 (24% of max value = 765). Red value is 95 (37.5% from 255 or 50.80% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 95 - color contains mainly: red. Hex color #5F322A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F322A is #A0CDD5. Grayscale: #3E3E3E. Windows color (decimal): -10538454 or 2765407. OLE color: 2765407.

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

Color convert

RGB 95 50 42 -
CMYK 0 0.47 0.56 0.63
HSL 9.06º 0.39% 0.27% -
HSV(B) 9.06º 0.56% 0.37% -
XYZ 6.28 4.88 2.8 -
YUV 62.54 116.41 151.15 -
System Red Green Blue C M Y K H S L
Decimal 95 50 42 0 0.47 0.56 0.63 9.06 0.39 0.27
Hex 5F 32 2A 0 2F 38 3F 9 27 1B
Octal 137 62 52 0 57 70 77 11 47 33
Binary 1011111 110010 101010 0 101111 111000 111111 1001 100111 11011

Color Harmonies of #5F322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F322A

Black with #5F322A

Text Example


Text Example

White with #5F322A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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