Html Css Color HEX #994F25 Hawaiian Tan

📋 copy color: '#994F25'

red 153 ◦ green 79 ◦ blue 37

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

Shades of Hawaiian Tan #994F25

Tints of Hawaiian Tan #994F25

RGB

 RED value IS 153 (60.16% from 255) = 56.88%

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

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

R = 56.88%
G = 29.37%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#994F25 (or 0x994F25) is known color: Hawaiian Tan. HEX triplet: 99, 4F and 25. RGB value is (153,79,37). Sum of RGB (Red+Green+Blue) = 153+79+37=269 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.88% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 153 - color contains mainly: red. Hex color #994F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994F25 is #66B0DA. Grayscale: #606060. Windows color (decimal): -6729947 or 2445209. OLE color: 2445209.

HSL color Cylindrical-coordinate representation of color #994F25: hue angle of 21.72º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #994F25 is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 79 37 -
CMYK 0 0.48 0.76 0.4
HSL 21.72º 0.61% 0.37% -
HSV(B) 21.72º 0.76% 0.6% -
XYZ 16.27 12.5 3.31 -
YUV 96.34 94.52 168.42 -
System Red Green Blue C M Y K H S L
Decimal 153 79 37 0 0.48 0.76 0.4 21.72 0.61 0.37
Hex 99 4F 25 0 30 4C 28 16 3D 25
Octal 231 117 45 0 60 114 50 26 75 45
Binary 10011001 1001111 100101 0 110000 1001100 101000 10110 111101 100101

Color Harmonies of #994F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994F25

Black with #994F25

Text Example


Text Example

White with #994F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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