Html Css Color HEX #756430 Himalaya

📋 copy color: '#756430'

red 117 ◦ green 100 ◦ blue 48

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

Shades of Himalaya #756430

Tints of Himalaya #756430

RGB

 RED value IS 117 (46.09% from 255) = 44.15%

 GREEN value IS 100 (39.45% from 255) = 37.74%

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

R = 44.15%
G = 37.74%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#756430 (or 0x756430) is known color: Himalaya. HEX triplet: 75, 64 and 30. RGB value is (117,100,48). Sum of RGB (Red+Green+Blue) = 117+100+48=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #756430 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756430 is #8A9BCF. Grayscale: #636363. Windows color (decimal): -9083856 or 3171445. OLE color: 3171445.

HSL color Cylindrical-coordinate representation of color #756430: hue angle of 45.22º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #756430 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 100 48 -
CMYK 0 0.15 0.59 0.54
HSL 45.22º 0.42% 0.32% -
HSV(B) 45.22º 0.59% 0.46% -
XYZ 12.43 13.11 4.67 -
YUV 99.16 99.13 140.73 -
System Red Green Blue C M Y K H S L
Decimal 117 100 48 0 0.15 0.59 0.54 45.22 0.42 0.32
Hex 75 64 30 0 F 3B 36 2D 2A 20
Octal 165 144 60 0 17 73 66 55 52 40
Binary 1110101 1100100 110000 0 1111 111011 110110 101101 101010 100000

Color Harmonies of #756430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756430

Black with #756430

Text Example


Text Example

White with #756430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756430; }

 p { color: rgb(117,100,48); }

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

background-color css

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

 a { background-color: rgb(117,100,48); }

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

border-color css

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

 span { border-color: rgb(117,100,48); }

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