Html Css Color HEX #75602C Himalaya

📋 copy color: '#75602C'

red 117 ◦ green 96 ◦ blue 44

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

Shades of Himalaya #75602C

Tints of Himalaya #75602C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.12%

R = 45.53%
G = 37.35%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#75602C (or 0x75602C) is known color: Himalaya. HEX triplet: 75, 60 and 2C. RGB value is (117,96,44). Sum of RGB (Red+Green+Blue) = 117+96+44=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 117 - color contains mainly: red. Hex color #75602C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75602C is #8A9FD3. Grayscale: #606060. Windows color (decimal): -9084884 or 2908277. OLE color: 2908277.

HSL color Cylindrical-coordinate representation of color #75602C: hue angle of 42.74º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75602C is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 96 44 -
CMYK 0 0.18 0.62 0.54
HSL 42.74º 0.45% 0.32% -
HSV(B) 42.74º 0.62% 0.46% -
XYZ 11.97 12.33 4.13 -
YUV 96.35 98.46 142.73 -
System Red Green Blue C M Y K H S L
Decimal 117 96 44 0 0.18 0.62 0.54 42.74 0.45 0.32
Hex 75 60 2C 0 12 3E 36 2B 2D 20
Octal 165 140 54 0 22 76 66 53 55 40
Binary 1110101 1100000 101100 0 10010 111110 110110 101011 101101 100000

Color Harmonies of #75602C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75602C

Black with #75602C

Text Example


Text Example

White with #75602C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75602C; }

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

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

background-color css

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

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

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

border-color css

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

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

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