Html Css Color HEX #5F342E Redwood

📋 copy color: '#5F342E'

red 95 ◦ green 52 ◦ blue 46

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

Shades of Redwood #5F342E

Tints of Redwood #5F342E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.94%

 BLUE value IS 46 (18.36% from 255) = 23.83%

R = 49.22%
G = 26.94%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.63

RGB Variations

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

Color information

#5F342E (or 0x5F342E) is known color: Redwood. HEX triplet: 5F, 34 and 2E. RGB value is (95,52,46). Sum of RGB (Red+Green+Blue) = 95+52+46=193 (25% of max value = 765). Red value is 95 (37.5% from 255 or 49.22% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 95 - color contains mainly: red. Hex color #5F342E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F342E is #A0CBD1. Grayscale: #404040. Windows color (decimal): -10537938 or 3028063. OLE color: 3028063.

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

Color convert

RGB 95 52 46 -
CMYK 0 0.45 0.52 0.63
HSL 7.35º 0.35% 0.28% -
HSV(B) 7.35º 0.52% 0.37% -
XYZ 6.44 5.09 3.23 -
YUV 64.17 117.75 149.99 -
System Red Green Blue C M Y K H S L
Decimal 95 52 46 0 0.45 0.52 0.63 7.35 0.35 0.28
Hex 5F 34 2E 0 2D 34 3F 7 23 1C
Octal 137 64 56 0 55 64 77 7 43 34
Binary 1011111 110100 101110 0 101101 110100 111111 111 100011 11100

Color Harmonies of #5F342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F342E

Black with #5F342E

Text Example


Text Example

White with #5F342E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,52,46); }

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

background-color css

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

 a { background-color: rgb(95,52,46); }

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

border-color css

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

 span { border-color: rgb(95,52,46); }

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