Html Css Color HEX #74602E Himalaya

📋 copy color: '#74602E'

red 116 ◦ green 96 ◦ blue 46

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

Shades of Himalaya #74602E

Tints of Himalaya #74602E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.83%

R = 44.96%
G = 37.21%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#74602E (or 0x74602E) is known color: Himalaya. HEX triplet: 74, 60 and 2E. RGB value is (116,96,46). Sum of RGB (Red+Green+Blue) = 116+96+46=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 116 - color contains mainly: red. Hex color #74602E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74602E is #8B9FD1. Grayscale: #606060. Windows color (decimal): -9150418 or 3039348. OLE color: 3039348.

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

Color convert

RGB 116 96 46 -
CMYK 0 0.17 0.60 0.55
HSL 42.86º 0.43% 0.32% -
HSV(B) 42.86º 0.6% 0.45% -
XYZ 11.88 12.28 4.33 -
YUV 96.28 99.63 142.07 -
System Red Green Blue C M Y K H S L
Decimal 116 96 46 0 0.17 0.60 0.55 42.86 0.43 0.32
Hex 74 60 2E 0 11 3C 37 2B 2B 20
Octal 164 140 56 0 21 74 67 53 53 40
Binary 1110100 1100000 101110 0 10001 111100 110111 101011 101011 100000

Color Harmonies of #74602E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74602E

Black with #74602E

Text Example


Text Example

White with #74602E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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