Html Css Color HEX #955A30 Indochine

📋 copy color: '#955A30'

red 149 ◦ green 90 ◦ blue 48

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

Shades of Indochine #955A30

Tints of Indochine #955A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.72%

R = 51.92%
G = 31.36%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#955A30 (or 0x955A30) is known color: Indochine. HEX triplet: 95, 5A and 30. RGB value is (149,90,48). Sum of RGB (Red+Green+Blue) = 149+90+48=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #955A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955A30 is #6AA5CF. Grayscale: #676767. Windows color (decimal): -6989264 or 3168917. OLE color: 3168917.

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

Color convert

RGB 149 90 48 -
CMYK 0 0.40 0.68 0.42
HSL 24.95º 0.51% 0.39% -
HSV(B) 24.95º 0.68% 0.58% -
XYZ 16.58 13.92 4.61 -
YUV 102.85 97.05 160.92 -
System Red Green Blue C M Y K H S L
Decimal 149 90 48 0 0.40 0.68 0.42 24.95 0.51 0.39
Hex 95 5A 30 0 28 44 2A 19 33 27
Octal 225 132 60 0 50 104 52 31 63 47
Binary 10010101 1011010 110000 0 101000 1000100 101010 11001 110011 100111

Color Harmonies of #955A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955A30

Black with #955A30

Text Example


Text Example

White with #955A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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