Html Css Color HEX #746023 Himalaya

📋 copy color: '#746023'

red 116 ◦ green 96 ◦ blue 35

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

Shades of Himalaya #746023

Tints of Himalaya #746023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.17%

R = 46.96%
G = 38.87%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#746023 (or 0x746023) is known color: Himalaya. HEX triplet: 74, 60 and 23. RGB value is (116,96,35). Sum of RGB (Red+Green+Blue) = 116+96+35=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 35 (14.06% from 255 or 14.17% from 247); Max value from RGB is 116 - color contains mainly: red. Hex color #746023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746023 is #8B9FDC. Grayscale: #5F5F5F. Windows color (decimal): -9150429 or 2318452. OLE color: 2318452.

HSL color Cylindrical-coordinate representation of color #746023: hue angle of 45.19º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #746023 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 96 35 -
CMYK 0 0.17 0.70 0.55
HSL 45.19º 0.54% 0.3% -
HSV(B) 45.19º 0.7% 0.45% -
XYZ 11.69 12.2 3.33 -
YUV 95.03 94.13 142.96 -
System Red Green Blue C M Y K H S L
Decimal 116 96 35 0 0.17 0.70 0.55 45.19 0.54 0.3
Hex 74 60 23 0 11 46 37 2D 36 1E
Octal 164 140 43 0 21 106 67 55 66 36
Binary 1110100 1100000 100011 0 10001 1000110 110111 101101 110110 11110

Color Harmonies of #746023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746023

Black with #746023

Text Example


Text Example

White with #746023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746023; }

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

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

background-color css

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

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

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

border-color css

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

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

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