Html Css Color HEX #954B1F Alert Tan

📋 copy color: '#954B1F'

red 149 ◦ green 75 ◦ blue 31

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

Shades of Alert Tan #954B1F

Tints of Alert Tan #954B1F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.41%

 BLUE value IS 31 (12.5% from 255) = 12.16%

R = 58.43%
G = 29.41%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#954B1F (or 0x954B1F) is known color: Alert Tan. HEX triplet: 95, 4B and 1F. RGB value is (149,75,31). Sum of RGB (Red+Green+Blue) = 149+75+31=255 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.43% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 149 - color contains mainly: red. Hex color #954B1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954B1F is #6AB4E0. Grayscale: #5C5C5C. Windows color (decimal): -6993121 or 2050965. OLE color: 2050965.

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

Color convert

RGB 149 75 31 -
CMYK 0 0.50 0.79 0.42
HSL 22.37º 0.66% 0.35% -
HSV(B) 22.37º 0.79% 0.58% -
XYZ 15.16 11.52 2.72 -
YUV 92.11 93.52 168.58 -
System Red Green Blue C M Y K H S L
Decimal 149 75 31 0 0.50 0.79 0.42 22.37 0.66 0.35
Hex 95 4B 1F 0 32 4F 2A 16 42 23
Octal 225 113 37 0 62 117 52 26 102 43
Binary 10010101 1001011 11111 0 110010 1001111 101010 10110 1000010 100011

Color Harmonies of #954B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954B1F

Black with #954B1F

Text Example


Text Example

White with #954B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,75,31); }

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

background-color css

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

 a { background-color: rgb(149,75,31); }

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

border-color css

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

 span { border-color: rgb(149,75,31); }

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