Html Css Color HEX #945935 Indochine

📋 copy color: '#945935'

red 148 ◦ green 89 ◦ blue 53

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

Shades of Indochine #945935

Tints of Indochine #945935

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.69%

 BLUE value IS 53 (21.09% from 255) = 18.28%

R = 51.03%
G = 30.69%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#945935 (or 0x945935) is known color: Indochine. HEX triplet: 94, 59 and 35. RGB value is (148,89,53). Sum of RGB (Red+Green+Blue) = 148+89+53=290 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.03% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 148 - color contains mainly: red. Hex color #945935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945935 is #6BA6CA. Grayscale: #666666. Windows color (decimal): -7055051 or 3496340. OLE color: 3496340.

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

Color convert

RGB 148 89 53 -
CMYK 0 0.40 0.64 0.42
HSL 22.74º 0.47% 0.39% -
HSV(B) 22.74º 0.64% 0.58% -
XYZ 16.43 13.7 5.15 -
YUV 102.54 100.05 160.43 -
System Red Green Blue C M Y K H S L
Decimal 148 89 53 0 0.40 0.64 0.42 22.74 0.47 0.39
Hex 94 59 35 0 28 40 2A 17 2F 27
Octal 224 131 65 0 50 100 52 27 57 47
Binary 10010100 1011001 110101 0 101000 1000000 101010 10111 101111 100111

Color Harmonies of #945935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945935

Black with #945935

Text Example


Text Example

White with #945935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945935; }

 p { color: rgb(148,89,53); }

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

background-color css

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

 a { background-color: rgb(148,89,53); }

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

border-color css

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

 span { border-color: rgb(148,89,53); }

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