Html Css Color HEX #945A35 Indochine

📋 copy color: '#945A35'

red 148 ◦ green 90 ◦ blue 53

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

Shades of Indochine #945A35

Tints of Indochine #945A35

RGB

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

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

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

R = 50.86%
G = 30.93%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#945A35 (or 0x945A35) is known color: Indochine. HEX triplet: 94, 5A and 35. RGB value is (148,90,53). Sum of RGB (Red+Green+Blue) = 148+90+53=291 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.86% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 148 - color contains mainly: red. Hex color #945A35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945A35 is #6BA5CA. Grayscale: #676767. Windows color (decimal): -7054795 or 3496596. OLE color: 3496596.

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

Color convert

RGB 148 90 53 -
CMYK 0 0.39 0.64 0.42
HSL 23.37º 0.47% 0.39% -
HSV(B) 23.37º 0.64% 0.58% -
XYZ 16.51 13.87 5.17 -
YUV 103.12 99.72 160.01 -
System Red Green Blue C M Y K H S L
Decimal 148 90 53 0 0.39 0.64 0.42 23.37 0.47 0.39
Hex 94 5A 35 0 27 40 2A 17 2F 27
Octal 224 132 65 0 47 100 52 27 57 47
Binary 10010100 1011010 110101 0 100111 1000000 101010 10111 101111 100111

Color Harmonies of #945A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945A35

Black with #945A35

Text Example


Text Example

White with #945A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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