Html Css Color HEX #746233 Himalaya

📋 copy color: '#746233'

red 116 ◦ green 98 ◦ blue 51

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

Shades of Himalaya #746233

Tints of Himalaya #746233

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.98%

 BLUE value IS 51 (20.31% from 255) = 19.25%

R = 43.77%
G = 36.98%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#746233 (or 0x746233) is known color: Himalaya. HEX triplet: 74, 62 and 33. RGB value is (116,98,51). Sum of RGB (Red+Green+Blue) = 116+98+51=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 116 - color contains mainly: red. Hex color #746233 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746233 is #8B9DCC. Grayscale: #626262. Windows color (decimal): -9149901 or 3367540. OLE color: 3367540.

HSL color Cylindrical-coordinate representation of color #746233: hue angle of 43.38º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #746233 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 98 51 -
CMYK 0 0.16 0.56 0.55
HSL 43.38º 0.39% 0.33% -
HSV(B) 43.38º 0.56% 0.45% -
XYZ 12.17 12.69 4.94 -
YUV 98.02 101.46 140.82 -
System Red Green Blue C M Y K H S L
Decimal 116 98 51 0 0.16 0.56 0.55 43.38 0.39 0.33
Hex 74 62 33 0 10 38 37 2B 27 21
Octal 164 142 63 0 20 70 67 53 47 41
Binary 1110100 1100010 110011 0 10000 111000 110111 101011 100111 100001

Color Harmonies of #746233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746233

Black with #746233

Text Example


Text Example

White with #746233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746233; }

 p { color: rgb(116,98,51); }

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

background-color css

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

 a { background-color: rgb(116,98,51); }

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

border-color css

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

 span { border-color: rgb(116,98,51); }

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