Html Css Color HEX #726630 Himalaya

📋 copy color: '#726630'

red 114 ◦ green 102 ◦ blue 48

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

Shades of Himalaya #726630

Tints of Himalaya #726630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.18%

R = 43.18%
G = 38.64%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#726630 (or 0x726630) is known color: Himalaya. HEX triplet: 72, 66 and 30. RGB value is (114,102,48). Sum of RGB (Red+Green+Blue) = 114+102+48=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 102 (40.23% from 255 or 38.64% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 114 - color contains mainly: red. Hex color #726630 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726630 is #8D99CF. Grayscale: #636363. Windows color (decimal): -9279952 or 3171954. OLE color: 3171954.

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

Color convert

RGB 114 102 48 -
CMYK 0 0.11 0.58 0.55
HSL 49.09º 0.41% 0.32% -
HSV(B) 49.09º 0.58% 0.45% -
XYZ 12.22 13.29 4.72 -
YUV 99.43 98.98 138.39 -
System Red Green Blue C M Y K H S L
Decimal 114 102 48 0 0.11 0.58 0.55 49.09 0.41 0.32
Hex 72 66 30 0 B 3A 37 31 29 20
Octal 162 146 60 0 13 72 67 61 51 40
Binary 1110010 1100110 110000 0 1011 111010 110111 110001 101001 100000

Color Harmonies of #726630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726630

Black with #726630

Text Example


Text Example

White with #726630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726630; }

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

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

background-color css

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

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

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

border-color css

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

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

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