Html Css Color HEX #5F3B35 Redwood

📋 copy color: '#5F3B35'

red 95 ◦ green 59 ◦ blue 53

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

Shades of Redwood #5F3B35

Tints of Redwood #5F3B35

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.5%

 BLUE value IS 53 (21.09% from 255) = 25.6%

R = 45.89%
G = 28.5%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.63

RGB Variations

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

Color information

#5F3B35 (or 0x5F3B35) is known color: Redwood. HEX triplet: 5F, 3B and 35. RGB value is (95,59,53). Sum of RGB (Red+Green+Blue) = 95+59+53=207 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.89% from 207); Green value is 59 (23.44% from 255 or 28.50% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3B35 is #A0C4CA. Grayscale: #454545. Windows color (decimal): -10536139 or 3488607. OLE color: 3488607.

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

Color convert

RGB 95 59 53 -
CMYK 0 0.38 0.44 0.63
HSL 8.57º 0.28% 0.29% -
HSV(B) 8.57º 0.44% 0.37% -
XYZ 6.93 5.82 4.13 -
YUV 69.08 118.93 146.49 -
System Red Green Blue C M Y K H S L
Decimal 95 59 53 0 0.38 0.44 0.63 8.57 0.28 0.29
Hex 5F 3B 35 0 26 2C 3F 9 1C 1D
Octal 137 73 65 0 46 54 77 11 34 35
Binary 1011111 111011 110101 0 100110 101100 111111 1001 11100 11101

Color Harmonies of #5F3B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3B35

Black with #5F3B35

Text Example


Text Example

White with #5F3B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,59,53); }

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

background-color css

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

 a { background-color: rgb(95,59,53); }

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

border-color css

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

 span { border-color: rgb(95,59,53); }

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