Html Css Color HEX #726632 Himalaya

📋 copy color: '#726632'

red 114 ◦ green 102 ◦ blue 50

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

Shades of Himalaya #726632

Tints of Himalaya #726632

RGB

 RED value IS 114 (44.92% from 255) = 42.86%

 GREEN value IS 102 (40.23% from 255) = 38.35%

 BLUE value IS 50 (19.92% from 255) = 18.8%

R = 42.86%
G = 38.35%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#726632 (or 0x726632) is known color: Himalaya. HEX triplet: 72, 66 and 32. RGB value is (114,102,50). Sum of RGB (Red+Green+Blue) = 114+102+50=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 114 - color contains mainly: red. Hex color #726632 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726632 is #8D99CD. Grayscale: #636363. Windows color (decimal): -9279950 or 3303026. OLE color: 3303026.

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

Color convert

RGB 114 102 50 -
CMYK 0 0.11 0.56 0.55
HSL 48.75º 0.39% 0.32% -
HSV(B) 48.75º 0.56% 0.45% -
XYZ 12.27 13.31 4.94 -
YUV 99.66 99.98 138.23 -
System Red Green Blue C M Y K H S L
Decimal 114 102 50 0 0.11 0.56 0.55 48.75 0.39 0.32
Hex 72 66 32 0 B 38 37 31 27 20
Octal 162 146 62 0 13 70 67 61 47 40
Binary 1110010 1100110 110010 0 1011 111000 110111 110001 100111 100000

Color Harmonies of #726632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726632

Black with #726632

Text Example


Text Example

White with #726632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726632; }

 p { color: rgb(114,102,50); }

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

background-color css

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

 a { background-color: rgb(114,102,50); }

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

border-color css

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

 span { border-color: rgb(114,102,50); }

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