Html Css Color HEX #955A25 Afghan Tan

📋 copy color: '#955A25'

red 149 ◦ green 90 ◦ blue 37

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

Shades of Afghan Tan #955A25

Tints of Afghan Tan #955A25

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.61%

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

R = 53.99%
G = 32.61%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#955A25 (or 0x955A25) is known color: Afghan Tan. HEX triplet: 95, 5A and 25. RGB value is (149,90,37). Sum of RGB (Red+Green+Blue) = 149+90+37=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #955A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955A25 is #6AA5DA. Grayscale: #656565. Windows color (decimal): -6989275 or 2448021. OLE color: 2448021.

HSL color Cylindrical-coordinate representation of color #955A25: hue angle of 28.39º 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 #955A25 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 90 37 -
CMYK 0 0.40 0.75 0.42
HSL 28.39º 0.6% 0.36% -
HSV(B) 28.39º 0.75% 0.58% -
XYZ 16.38 13.84 3.56 -
YUV 101.6 91.55 161.81 -
System Red Green Blue C M Y K H S L
Decimal 149 90 37 0 0.40 0.75 0.42 28.39 0.6 0.36
Hex 95 5A 25 0 28 4B 2A 1C 3C 24
Octal 225 132 45 0 50 113 52 34 74 44
Binary 10010101 1011010 100101 0 101000 1001011 101010 11100 111100 100100

Color Harmonies of #955A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955A25

Black with #955A25

Text Example


Text Example

White with #955A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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