Html Css Color HEX #954F25 Hawaiian Tan

📋 copy color: '#954F25'

red 149 ◦ green 79 ◦ blue 37

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

Shades of Hawaiian Tan #954F25

Tints of Hawaiian Tan #954F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.96%

R = 56.23%
G = 29.81%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#954F25 (or 0x954F25) is known color: Hawaiian Tan. HEX triplet: 95, 4F and 25. RGB value is (149,79,37). Sum of RGB (Red+Green+Blue) = 149+79+37=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 37 (14.84% from 255 or 13.96% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #954F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954F25 is #6AB0DA. Grayscale: #5F5F5F. Windows color (decimal): -6992091 or 2445205. OLE color: 2445205.

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

Color convert

RGB 149 79 37 -
CMYK 0 0.47 0.75 0.42
HSL 22.5º 0.6% 0.36% -
HSV(B) 22.5º 0.75% 0.58% -
XYZ 15.52 12.12 3.27 -
YUV 95.14 95.19 166.42 -
System Red Green Blue C M Y K H S L
Decimal 149 79 37 0 0.47 0.75 0.42 22.5 0.6 0.36
Hex 95 4F 25 0 2F 4B 2A 16 3C 24
Octal 225 117 45 0 57 113 52 26 74 44
Binary 10010101 1001111 100101 0 101111 1001011 101010 10110 111100 100100

Color Harmonies of #954F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954F25

Black with #954F25

Text Example


Text Example

White with #954F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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