Html Css Color HEX #955022 Hawaiian Tan

📋 copy color: '#955022'

red 149 ◦ green 80 ◦ blue 34

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

Shades of Hawaiian Tan #955022

Tints of Hawaiian Tan #955022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.93%

R = 56.65%
G = 30.42%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#955022 (or 0x955022) is known color: Hawaiian Tan. HEX triplet: 95, 50 and 22. RGB value is (149,80,34). Sum of RGB (Red+Green+Blue) = 149+80+34=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #955022 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955022 is #6AAFDD. Grayscale: #5F5F5F. Windows color (decimal): -6991838 or 2248853. OLE color: 2248853.

HSL color Cylindrical-coordinate representation of color #955022: hue angle of 24º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #955022 is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 80 34 -
CMYK 0 0.46 0.77 0.42
HSL 24º 0.63% 0.36% -
HSV(B) 24º 0.77% 0.58% -
XYZ 15.55 12.24 3.06 -
YUV 95.39 93.36 166.24 -
System Red Green Blue C M Y K H S L
Decimal 149 80 34 0 0.46 0.77 0.42 24 0.63 0.36
Hex 95 50 22 0 2E 4D 2A 18 3F 24
Octal 225 120 42 0 56 115 52 30 77 44
Binary 10010101 1010000 100010 0 101110 1001101 101010 11000 111111 100100

Color Harmonies of #955022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955022

Black with #955022

Text Example


Text Example

White with #955022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955022; }

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

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

background-color css

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

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

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

border-color css

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

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

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