Html Css Color HEX #995A30 Indochine

📋 copy color: '#995A30'

red 153 ◦ green 90 ◦ blue 48

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

Shades of Indochine #995A30

Tints of Indochine #995A30

RGB

 RED value IS 153 (60.16% from 255) = 52.58%

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

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

R = 52.58%
G = 30.93%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#995A30 (or 0x995A30) is known color: Indochine. HEX triplet: 99, 5A and 30. RGB value is (153,90,48). Sum of RGB (Red+Green+Blue) = 153+90+48=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 48 (19.14% from 255 or 16.49% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #995A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995A30 is #66A5CF. Grayscale: #686868. Windows color (decimal): -6727120 or 3168921. OLE color: 3168921.

HSL color Cylindrical-coordinate representation of color #995A30: hue angle of 24º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #995A30 is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 90 48 -
CMYK 0 0.41 0.69 0.4
HSL 24º 0.52% 0.39% -
HSV(B) 24º 0.69% 0.6% -
XYZ 17.33 14.3 4.64 -
YUV 104.05 96.37 162.92 -
System Red Green Blue C M Y K H S L
Decimal 153 90 48 0 0.41 0.69 0.4 24 0.52 0.39
Hex 99 5A 30 0 29 45 28 18 34 27
Octal 231 132 60 0 51 105 50 30 64 47
Binary 10011001 1011010 110000 0 101001 1000101 101000 11000 110100 100111

Color Harmonies of #995A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995A30

Black with #995A30

Text Example


Text Example

White with #995A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995A30; }

 p { color: rgb(153,90,48); }

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

background-color css

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

 a { background-color: rgb(153,90,48); }

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

border-color css

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

 span { border-color: rgb(153,90,48); }

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