Html Css Color HEX #955A23 Afghan Tan

📋 copy color: '#955A23'

red 149 ◦ green 90 ◦ blue 35

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

Shades of Afghan Tan #955A23

Tints of Afghan Tan #955A23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.77%

R = 54.38%
G = 32.85%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#955A23 (or 0x955A23) is known color: Afghan Tan. HEX triplet: 95, 5A and 23. RGB value is (149,90,35). Sum of RGB (Red+Green+Blue) = 149+90+35=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 35 (14.06% from 255 or 12.77% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #955A23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955A23 is #6AA5DC. Grayscale: #656565. Windows color (decimal): -6989277 or 2316949. OLE color: 2316949.

HSL color Cylindrical-coordinate representation of color #955A23: hue angle of 28.95º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #955A23 is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 90 35 -
CMYK 0 0.40 0.77 0.42
HSL 28.95º 0.62% 0.36% -
HSV(B) 28.95º 0.77% 0.58% -
XYZ 16.35 13.82 3.4 -
YUV 101.37 90.55 161.97 -
System Red Green Blue C M Y K H S L
Decimal 149 90 35 0 0.40 0.77 0.42 28.95 0.62 0.36
Hex 95 5A 23 0 28 4D 2A 1D 3E 24
Octal 225 132 43 0 50 115 52 35 76 44
Binary 10010101 1011010 100011 0 101000 1001101 101010 11101 111110 100100

Color Harmonies of #955A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955A23

Black with #955A23

Text Example


Text Example

White with #955A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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