Html Css Color HEX #954E1E Hawaiian Tan

📋 copy color: '#954E1E'

red 149 ◦ green 78 ◦ blue 30

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

Shades of Hawaiian Tan #954E1E

Tints of Hawaiian Tan #954E1E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.35%

 BLUE value IS 30 (12.11% from 255) = 11.67%

R = 57.98%
G = 30.35%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#954E1E (or 0x954E1E) is known color: Hawaiian Tan. HEX triplet: 95, 4E and 1E. RGB value is (149,78,30). Sum of RGB (Red+Green+Blue) = 149+78+30=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #954E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954E1E is #6AB1E1. Grayscale: #5E5E5E. Windows color (decimal): -6992354 or 1986197. OLE color: 1986197.

HSL color Cylindrical-coordinate representation of color #954E1E: hue angle of 24.2º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #954E1E is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 78 30 -
CMYK 0 0.48 0.80 0.42
HSL 24.2º 0.66% 0.35% -
HSV(B) 24.2º 0.8% 0.58% -
XYZ 15.35 11.93 2.72 -
YUV 93.76 92.02 167.4 -
System Red Green Blue C M Y K H S L
Decimal 149 78 30 0 0.48 0.80 0.42 24.2 0.66 0.35
Hex 95 4E 1E 0 30 50 2A 18 42 23
Octal 225 116 36 0 60 120 52 30 102 43
Binary 10010101 1001110 11110 0 110000 1010000 101010 11000 1000010 100011

Color Harmonies of #954E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954E1E

Black with #954E1E

Text Example


Text Example

White with #954E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,78,30); }

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

background-color css

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

 a { background-color: rgb(149,78,30); }

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

border-color css

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

 span { border-color: rgb(149,78,30); }

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