Html Css Color HEX #955420 Hawaiian Tan

📋 copy color: '#955420'

red 149 ◦ green 84 ◦ blue 32

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

Shades of Hawaiian Tan #955420

Tints of Hawaiian Tan #955420

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.7%

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

R = 56.23%
G = 31.7%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#955420 (or 0x955420) is known color: Hawaiian Tan. HEX triplet: 95, 54 and 20. RGB value is (149,84,32). Sum of RGB (Red+Green+Blue) = 149+84+32=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #955420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955420 is #6AABDF. Grayscale: #616161. Windows color (decimal): -6990816 or 2118805. OLE color: 2118805.

HSL color Cylindrical-coordinate representation of color #955420: hue angle of 26.67º 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 #955420 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 84 32 -
CMYK 0 0.44 0.79 0.42
HSL 26.67º 0.65% 0.35% -
HSV(B) 26.67º 0.79% 0.58% -
XYZ 15.83 12.83 3.01 -
YUV 97.51 91.03 164.73 -
System Red Green Blue C M Y K H S L
Decimal 149 84 32 0 0.44 0.79 0.42 26.67 0.65 0.35
Hex 95 54 20 0 2C 4F 2A 1B 41 23
Octal 225 124 40 0 54 117 52 33 101 43
Binary 10010101 1010100 100000 0 101100 1001111 101010 11011 1000001 100011

Color Harmonies of #955420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955420

Black with #955420

Text Example


Text Example

White with #955420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955420; }

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

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

background-color css

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

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

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

border-color css

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

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

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