Html Css Color HEX #954F20 Hawaiian Tan

📋 copy color: '#954F20'

red 149 ◦ green 79 ◦ blue 32

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

Shades of Hawaiian Tan #954F20

Tints of Hawaiian Tan #954F20

RGB

 RED value IS 149 (58.59% from 255) = 57.31%

 GREEN value IS 79 (31.25% from 255) = 30.38%

 BLUE value IS 32 (12.89% from 255) = 12.31%

R = 57.31%
G = 30.38%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#954F20 (or 0x954F20) is known color: Hawaiian Tan. HEX triplet: 95, 4F and 20. RGB value is (149,79,32). Sum of RGB (Red+Green+Blue) = 149+79+32=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #954F20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954F20 is #6AB0DF. Grayscale: #5E5E5E. Windows color (decimal): -6992096 or 2117525. OLE color: 2117525.

HSL color Cylindrical-coordinate representation of color #954F20: hue angle of 24.1º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #954F20 is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 79 32 -
CMYK 0 0.47 0.79 0.42
HSL 24.1º 0.65% 0.35% -
HSV(B) 24.1º 0.79% 0.58% -
XYZ 15.45 12.09 2.88 -
YUV 94.57 92.69 166.82 -
System Red Green Blue C M Y K H S L
Decimal 149 79 32 0 0.47 0.79 0.42 24.1 0.65 0.35
Hex 95 4F 20 0 2F 4F 2A 18 41 23
Octal 225 117 40 0 57 117 52 30 101 43
Binary 10010101 1001111 100000 0 101111 1001111 101010 11000 1000001 100011

Color Harmonies of #954F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954F20

Black with #954F20

Text Example


Text Example

White with #954F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954F20; }

 p { color: rgb(149,79,32); }

 H1.HeaderClassName
 {
   color: #954F20;
 }
 .AnyTagClassName
 {
   color: #954F20;
 }
</style>

background-color css

<style>
 a { background-color: #954F20; }

 a { background-color: rgb(149,79,32); }

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

border-color css

<style>
 span { border-color: #954F20; }

 span { border-color: rgb(149,79,32); }

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