Html Css Color HEX #5F6548 Woodland

📋 copy color: '#5F6548'

red 95 ◦ green 101 ◦ blue 72

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

Shades of Woodland #5F6548

Tints of Woodland #5F6548

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.69%

 BLUE value IS 72 (28.52% from 255) = 26.87%

R = 35.45%
G = 37.69%
B = 26.87%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.60

RGB Variations

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

Color information

#5F6548 (or 0x5F6548) is known color: Woodland. HEX triplet: 5F, 65 and 48. RGB value is (95,101,72). Sum of RGB (Red+Green+Blue) = 95+101+72=268 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.45% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 101 - color contains mainly: green. Hex color #5F6548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6548 is #A09AB7. Grayscale: #606060. Windows color (decimal): -10525368 or 4744543. OLE color: 4744543.

HSL color Cylindrical-coordinate representation of color #5F6548: hue angle of 72.41º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5F6548 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.

Color convert

RGB 95 101 72 -
CMYK 0.06 0 0.29 0.60
HSL 72.41º 0.17% 0.34% -
HSV(B) 72.41º 0.29% 0.4% -
XYZ 10.54 12.21 7.93 -
YUV 95.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 95 101 72 0.06 0 0.29 0.60 72.41 0.17 0.34
Hex 5F 65 48 6 0 1D 3C 48 11 22
Octal 137 145 110 6 0 35 74 110 21 42
Binary 1011111 1100101 1001000 110 0 11101 111100 1001000 10001 100010

Color Harmonies of #5F6548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6548

Black with #5F6548

Text Example


Text Example

White with #5F6548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,101,72); }

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

background-color css

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

 a { background-color: rgb(95,101,72); }

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

border-color css

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

 span { border-color: rgb(95,101,72); }

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