Html Css Color HEX #756030 Himalaya

📋 copy color: '#756030'

red 117 ◦ green 96 ◦ blue 48

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

Shades of Himalaya #756030

Tints of Himalaya #756030

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.78%

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

R = 44.83%
G = 36.78%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#756030 (or 0x756030) is known color: Himalaya. HEX triplet: 75, 60 and 30. RGB value is (117,96,48). Sum of RGB (Red+Green+Blue) = 117+96+48=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #756030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756030 is #8A9FCF. Grayscale: #616161. Windows color (decimal): -9084880 or 3170421. OLE color: 3170421.

HSL color Cylindrical-coordinate representation of color #756030: hue angle of 41.74º 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 #756030 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 96 48 -
CMYK 0 0.18 0.59 0.54
HSL 41.74º 0.42% 0.32% -
HSV(B) 41.74º 0.59% 0.46% -
XYZ 12.05 12.36 4.55 -
YUV 96.81 100.46 142.4 -
System Red Green Blue C M Y K H S L
Decimal 117 96 48 0 0.18 0.59 0.54 41.74 0.42 0.32
Hex 75 60 30 0 12 3B 36 2A 2A 20
Octal 165 140 60 0 22 73 66 52 52 40
Binary 1110101 1100000 110000 0 10010 111011 110110 101010 101010 100000

Color Harmonies of #756030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756030

Black with #756030

Text Example


Text Example

White with #756030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756030; }

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

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

background-color css

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

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

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

border-color css

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

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

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