Html Css Color HEX #74632A Himalaya

📋 copy color: '#74632A'

red 116 ◦ green 99 ◦ blue 42

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

Shades of Himalaya #74632A

Tints of Himalaya #74632A

RGB

 RED value IS 116 (45.7% from 255) = 45.14%

 GREEN value IS 99 (39.06% from 255) = 38.52%

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

R = 45.14%
G = 38.52%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#74632A (or 0x74632A) is known color: Himalaya. HEX triplet: 74, 63 and 2A. RGB value is (116,99,42). Sum of RGB (Red+Green+Blue) = 116+99+42=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 99 (39.06% from 255 or 38.52% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #74632A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74632A is #8B9CD5. Grayscale: #616161. Windows color (decimal): -9149654 or 2777972. OLE color: 2777972.

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

Color convert

RGB 116 99 42 -
CMYK 0 0.15 0.64 0.55
HSL 46.22º 0.47% 0.31% -
HSV(B) 46.22º 0.64% 0.45% -
XYZ 12.08 12.8 4.03 -
YUV 97.59 96.63 141.13 -
System Red Green Blue C M Y K H S L
Decimal 116 99 42 0 0.15 0.64 0.55 46.22 0.47 0.31
Hex 74 63 2A 0 F 40 37 2E 2F 1F
Octal 164 143 52 0 17 100 67 56 57 37
Binary 1110100 1100011 101010 0 1111 1000000 110111 101110 101111 11111

Color Harmonies of #74632A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74632A

Black with #74632A

Text Example


Text Example

White with #74632A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,99,42); }

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

background-color css

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

 a { background-color: rgb(116,99,42); }

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

border-color css

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

 span { border-color: rgb(116,99,42); }

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