Html Css Color HEX #954F1D Hawaiian Tan

📋 copy color: '#954F1D'

red 149 ◦ green 79 ◦ blue 29

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

Shades of Hawaiian Tan #954F1D

Tints of Hawaiian Tan #954F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.28%

R = 57.98%
G = 30.74%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#954F1D (or 0x954F1D) is known color: Hawaiian Tan. HEX triplet: 95, 4F and 1D. RGB value is (149,79,29). Sum of RGB (Red+Green+Blue) = 149+79+29=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #954F1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954F1D is #6AB0E2. Grayscale: #5E5E5E. Windows color (decimal): -6992099 or 1920917. OLE color: 1920917.

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

Color convert

RGB 149 79 29 -
CMYK 0 0.47 0.81 0.42
HSL 25º 0.67% 0.35% -
HSV(B) 25º 0.81% 0.58% -
XYZ 15.41 12.07 2.68 -
YUV 94.23 91.19 167.07 -
System Red Green Blue C M Y K H S L
Decimal 149 79 29 0 0.47 0.81 0.42 25 0.67 0.35
Hex 95 4F 1D 0 2F 51 2A 19 43 23
Octal 225 117 35 0 57 121 52 31 103 43
Binary 10010101 1001111 11101 0 101111 1010001 101010 11001 1000011 100011

Color Harmonies of #954F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954F1D

Black with #954F1D

Text Example


Text Example

White with #954F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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