Html Css Color HEX #5F3833 Redwood

📋 copy color: '#5F3833'

red 95 ◦ green 56 ◦ blue 51

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

Shades of Redwood #5F3833

Tints of Redwood #5F3833

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.72%

 BLUE value IS 51 (20.31% from 255) = 25.25%

R = 47.03%
G = 27.72%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.63

RGB Variations

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

Color information

#5F3833 (or 0x5F3833) is known color: Redwood. HEX triplet: 5F, 38 and 33. RGB value is (95,56,51). Sum of RGB (Red+Green+Blue) = 95+56+51=202 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.03% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 51 (20.31% from 255 or 25.25% from 202); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3833 is #A0C7CC. Grayscale: #434343. Windows color (decimal): -10536909 or 3356767. OLE color: 3356767.

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

Color convert

RGB 95 56 51 -
CMYK 0 0.41 0.46 0.63
HSL 6.82º 0.3% 0.29% -
HSV(B) 6.82º 0.46% 0.37% -
XYZ 6.73 5.5 3.84 -
YUV 67.09 118.92 147.91 -
System Red Green Blue C M Y K H S L
Decimal 95 56 51 0 0.41 0.46 0.63 6.82 0.3 0.29
Hex 5F 38 33 0 29 2E 3F 7 1E 1D
Octal 137 70 63 0 51 56 77 7 36 35
Binary 1011111 111000 110011 0 101001 101110 111111 111 11110 11101

Color Harmonies of #5F3833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3833

Black with #5F3833

Text Example


Text Example

White with #5F3833

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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