Html Css Color HEX #A45C30 Indochine

📋 copy color: '#A45C30'

red 164 ◦ green 92 ◦ blue 48

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

Shades of Indochine #A45C30

Tints of Indochine #A45C30

RGB

 RED value IS 164 (64.45% from 255) = 53.95%

 GREEN value IS 92 (36.33% from 255) = 30.26%

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

R = 53.95%
G = 30.26%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A45C30 (or 0xA45C30) is known color: Indochine. HEX triplet: A4, 5C and 30. RGB value is (164,92,48). Sum of RGB (Red+Green+Blue) = 164+92+48=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A45C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45C30 is #5BA3CF. Grayscale: #6C6C6C. Windows color (decimal): -6005712 or 3169444. OLE color: 3169444.

HSL color Cylindrical-coordinate representation of color #A45C30: hue angle of 22.76º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A45C30 is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 92 48 -
CMYK 0 0.44 0.71 0.36
HSL 22.76º 0.55% 0.42% -
HSV(B) 22.76º 0.71% 0.64% -
XYZ 19.67 15.76 4.8 -
YUV 108.51 93.85 167.58 -
System Red Green Blue C M Y K H S L
Decimal 164 92 48 0 0.44 0.71 0.36 22.76 0.55 0.42
Hex A4 5C 30 0 2C 47 24 17 37 2A
Octal 244 134 60 0 54 107 44 27 67 52
Binary 10100100 1011100 110000 0 101100 1000111 100100 10111 110111 101010

Color Harmonies of #A45C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45C30

Black with #A45C30

Text Example


Text Example

White with #A45C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45C30; }

 p { color: rgb(164,92,48); }

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

background-color css

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

 a { background-color: rgb(164,92,48); }

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

border-color css

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

 span { border-color: rgb(164,92,48); }

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