Html Css Color HEX #74601F Himalaya

📋 copy color: '#74601F'

red 116 ◦ green 96 ◦ blue 31

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

Shades of Himalaya #74601F

Tints of Himalaya #74601F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.76%

R = 47.74%
G = 39.51%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#74601F (or 0x74601F) is known color: Himalaya. HEX triplet: 74, 60 and 1F. RGB value is (116,96,31). Sum of RGB (Red+Green+Blue) = 116+96+31=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 116 - color contains mainly: red. Hex color #74601F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74601F is #8B9FE0. Grayscale: #5E5E5E. Windows color (decimal): -9150433 or 2056308. OLE color: 2056308.

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

Color convert

RGB 116 96 31 -
CMYK 0 0.17 0.73 0.55
HSL 45.88º 0.58% 0.29% -
HSV(B) 45.88º 0.73% 0.45% -
XYZ 11.63 12.18 3.03 -
YUV 94.57 92.13 143.29 -
System Red Green Blue C M Y K H S L
Decimal 116 96 31 0 0.17 0.73 0.55 45.88 0.58 0.29
Hex 74 60 1F 0 11 49 37 2E 3A 1D
Octal 164 140 37 0 21 111 67 56 72 35
Binary 1110100 1100000 11111 0 10001 1001001 110111 101110 111010 11101

Color Harmonies of #74601F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74601F

Black with #74601F

Text Example


Text Example

White with #74601F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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