Html Css Color HEX #945D32 Indochine

📋 copy color: '#945D32'

red 148 ◦ green 93 ◦ blue 50

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

Shades of Indochine #945D32

Tints of Indochine #945D32

RGB

 RED value IS 148 (58.2% from 255) = 50.86%

 GREEN value IS 93 (36.72% from 255) = 31.96%

 BLUE value IS 50 (19.92% from 255) = 17.18%

R = 50.86%
G = 31.96%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#945D32 (or 0x945D32) is known color: Indochine. HEX triplet: 94, 5D and 32. RGB value is (148,93,50). Sum of RGB (Red+Green+Blue) = 148+93+50=291 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.86% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 148 - color contains mainly: red. Hex color #945D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945D32 is #6BA2CD. Grayscale: #686868. Windows color (decimal): -7054030 or 3300756. OLE color: 3300756.

HSL color Cylindrical-coordinate representation of color #945D32: hue angle of 26.33º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #945D32 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 93 50 -
CMYK 0 0.37 0.66 0.42
HSL 26.33º 0.49% 0.39% -
HSV(B) 26.33º 0.66% 0.58% -
XYZ 16.7 14.35 4.91 -
YUV 104.54 97.22 159 -
System Red Green Blue C M Y K H S L
Decimal 148 93 50 0 0.37 0.66 0.42 26.33 0.49 0.39
Hex 94 5D 32 0 25 42 2A 1A 31 27
Octal 224 135 62 0 45 102 52 32 61 47
Binary 10010100 1011101 110010 0 100101 1000010 101010 11010 110001 100111

Color Harmonies of #945D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945D32

Black with #945D32

Text Example


Text Example

White with #945D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945D32; }

 p { color: rgb(148,93,50); }

 H1.HeaderClassName
 {
   color: #945D32;
 }
 .AnyTagClassName
 {
   color: #945D32;
 }
</style>

background-color css

<style>
 a { background-color: #945D32; }

 a { background-color: rgb(148,93,50); }

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

border-color css

<style>
 span { border-color: #945D32; }

 span { border-color: rgb(148,93,50); }

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