Html Css Color HEX #74602F Himalaya

📋 copy color: '#74602F'

red 116 ◦ green 96 ◦ blue 47

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

Shades of Himalaya #74602F

Tints of Himalaya #74602F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.15%

R = 44.79%
G = 37.07%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#74602F (or 0x74602F) is known color: Himalaya. HEX triplet: 74, 60 and 2F. RGB value is (116,96,47). Sum of RGB (Red+Green+Blue) = 116+96+47=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 116 - color contains mainly: red. Hex color #74602F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74602F is #8B9FD0. Grayscale: #606060. Windows color (decimal): -9150417 or 3104884. OLE color: 3104884.

HSL color Cylindrical-coordinate representation of color #74602F: hue angle of 42.61º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74602F is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 96 47 -
CMYK 0 0.17 0.59 0.55
HSL 42.61º 0.42% 0.32% -
HSV(B) 42.61º 0.59% 0.45% -
XYZ 11.9 12.28 4.43 -
YUV 96.39 100.13 141.98 -
System Red Green Blue C M Y K H S L
Decimal 116 96 47 0 0.17 0.59 0.55 42.61 0.42 0.32
Hex 74 60 2F 0 11 3B 37 2B 2A 20
Octal 164 140 57 0 21 73 67 53 52 40
Binary 1110100 1100000 101111 0 10001 111011 110111 101011 101010 100000

Color Harmonies of #74602F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74602F

Black with #74602F

Text Example


Text Example

White with #74602F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74602F; }

 p { color: rgb(116,96,47); }

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

background-color css

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

 a { background-color: rgb(116,96,47); }

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

border-color css

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

 span { border-color: rgb(116,96,47); }

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