Html Css Color HEX #955B30 Indochine

📋 copy color: '#955B30'

red 149 ◦ green 91 ◦ blue 48

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

Shades of Indochine #955B30

Tints of Indochine #955B30

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.6%

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

R = 51.74%
G = 31.6%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#955B30 (or 0x955B30) is known color: Indochine. HEX triplet: 95, 5B and 30. RGB value is (149,91,48). Sum of RGB (Red+Green+Blue) = 149+91+48=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #955B30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955B30 is #6AA4CF. Grayscale: #676767. Windows color (decimal): -6989008 or 3169173. OLE color: 3169173.

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

Color convert

RGB 149 91 48 -
CMYK 0 0.39 0.68 0.42
HSL 25.54º 0.51% 0.39% -
HSV(B) 25.54º 0.68% 0.58% -
XYZ 16.67 14.09 4.64 -
YUV 103.44 96.72 160.5 -
System Red Green Blue C M Y K H S L
Decimal 149 91 48 0 0.39 0.68 0.42 25.54 0.51 0.39
Hex 95 5B 30 0 27 44 2A 1A 33 27
Octal 225 133 60 0 47 104 52 32 63 47
Binary 10010101 1011011 110000 0 100111 1000100 101010 11010 110011 100111

Color Harmonies of #955B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955B30

Black with #955B30

Text Example


Text Example

White with #955B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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