Html Css Color HEX #964725 Alert Tan

📋 copy color: '#964725'

red 150 ◦ green 71 ◦ blue 37

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

Shades of Alert Tan #964725

Tints of Alert Tan #964725

RGB

 RED value IS 150 (58.98% from 255) = 58.14%

 GREEN value IS 71 (28.13% from 255) = 27.52%

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

R = 58.14%
G = 27.52%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#964725 (or 0x964725) is known color: Alert Tan. HEX triplet: 96, 47 and 25. RGB value is (150,71,37). Sum of RGB (Red+Green+Blue) = 150+71+37=258 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.14% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 150 - color contains mainly: red. Hex color #964725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964725 is #69B8DA. Grayscale: #5A5A5A. Windows color (decimal): -6928603 or 2443158. OLE color: 2443158.

HSL color Cylindrical-coordinate representation of color #964725: hue angle of 18.05º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #964725 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 71 37 -
CMYK 0 0.53 0.75 0.41
HSL 18.05º 0.6% 0.37% -
HSV(B) 18.05º 0.75% 0.59% -
XYZ 15.16 11.12 3.1 -
YUV 90.75 97.67 170.26 -
System Red Green Blue C M Y K H S L
Decimal 150 71 37 0 0.53 0.75 0.41 18.05 0.6 0.37
Hex 96 47 25 0 35 4B 29 12 3C 25
Octal 226 107 45 0 65 113 51 22 74 45
Binary 10010110 1000111 100101 0 110101 1001011 101001 10010 111100 100101

Color Harmonies of #964725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964725

Black with #964725

Text Example


Text Example

White with #964725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964725; }

 p { color: rgb(150,71,37); }

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

background-color css

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

 a { background-color: rgb(150,71,37); }

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

border-color css

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

 span { border-color: rgb(150,71,37); }

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