Html Css Color HEX #955E23 Afghan Tan

📋 copy color: '#955E23'

red 149 ◦ green 94 ◦ blue 35

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

Shades of Afghan Tan #955E23

Tints of Afghan Tan #955E23

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.81%

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

R = 53.6%
G = 33.81%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#955E23 (or 0x955E23) is known color: Afghan Tan. HEX triplet: 95, 5E and 23. RGB value is (149,94,35). Sum of RGB (Red+Green+Blue) = 149+94+35=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 35 (14.06% from 255 or 12.59% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #955E23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955E23 is #6AA1DC. Grayscale: #686868. Windows color (decimal): -6988253 or 2317973. OLE color: 2317973.

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

Color convert

RGB 149 94 35 -
CMYK 0 0.37 0.77 0.42
HSL 31.05º 0.62% 0.36% -
HSV(B) 31.05º 0.77% 0.58% -
XYZ 16.7 14.52 3.51 -
YUV 103.72 89.22 160.3 -
System Red Green Blue C M Y K H S L
Decimal 149 94 35 0 0.37 0.77 0.42 31.05 0.62 0.36
Hex 95 5E 23 0 25 4D 2A 1F 3E 24
Octal 225 136 43 0 45 115 52 37 76 44
Binary 10010101 1011110 100011 0 100101 1001101 101010 11111 111110 100100

Color Harmonies of #955E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955E23

Black with #955E23

Text Example


Text Example

White with #955E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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