Html Css Color HEX #75622A Himalaya

📋 copy color: '#75622A'

red 117 ◦ green 98 ◦ blue 42

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

Shades of Himalaya #75622A

Tints of Himalaya #75622A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.13%

 BLUE value IS 42 (16.8% from 255) = 16.34%

R = 45.53%
G = 38.13%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#75622A (or 0x75622A) is known color: Himalaya. HEX triplet: 75, 62 and 2A. RGB value is (117,98,42). Sum of RGB (Red+Green+Blue) = 117+98+42=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 117 - color contains mainly: red. Hex color #75622A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75622A is #8A9DD5. Grayscale: #616161. Windows color (decimal): -9084374 or 2777717. OLE color: 2777717.

HSL color Cylindrical-coordinate representation of color #75622A: hue angle of 44.8º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #75622A is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 98 42 -
CMYK 0 0.16 0.64 0.54
HSL 44.8º 0.47% 0.31% -
HSV(B) 44.8º 0.64% 0.46% -
XYZ 12.12 12.68 4 -
YUV 97.3 96.79 142.05 -
System Red Green Blue C M Y K H S L
Decimal 117 98 42 0 0.16 0.64 0.54 44.8 0.47 0.31
Hex 75 62 2A 0 10 40 36 2D 2F 1F
Octal 165 142 52 0 20 100 66 55 57 37
Binary 1110101 1100010 101010 0 10000 1000000 110110 101101 101111 11111

Color Harmonies of #75622A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75622A

Black with #75622A

Text Example


Text Example

White with #75622A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75622A; }

 p { color: rgb(117,98,42); }

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

background-color css

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

 a { background-color: rgb(117,98,42); }

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

border-color css

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

 span { border-color: rgb(117,98,42); }

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