Html Css Color HEX #955020 Hawaiian Tan

📋 copy color: '#955020'

red 149 ◦ green 80 ◦ blue 32

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

Shades of Hawaiian Tan #955020

Tints of Hawaiian Tan #955020

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.65%

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

R = 57.09%
G = 30.65%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#955020 (or 0x955020) is known color: Hawaiian Tan. HEX triplet: 95, 50 and 20. RGB value is (149,80,32). Sum of RGB (Red+Green+Blue) = 149+80+32=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #955020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955020 is #6AAFDF. Grayscale: #5F5F5F. Windows color (decimal): -6991840 or 2117781. OLE color: 2117781.

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

Color convert

RGB 149 80 32 -
CMYK 0 0.46 0.79 0.42
HSL 24.62º 0.65% 0.35% -
HSV(B) 24.62º 0.79% 0.58% -
XYZ 15.52 12.23 2.91 -
YUV 95.16 92.36 166.4 -
System Red Green Blue C M Y K H S L
Decimal 149 80 32 0 0.46 0.79 0.42 24.62 0.65 0.35
Hex 95 50 20 0 2E 4F 2A 19 41 23
Octal 225 120 40 0 56 117 52 31 101 43
Binary 10010101 1010000 100000 0 101110 1001111 101010 11001 1000001 100011

Color Harmonies of #955020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955020

Black with #955020

Text Example


Text Example

White with #955020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955020; }

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

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

background-color css

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

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

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

border-color css

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

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

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