Html Css Color HEX #7D6330 Himalaya

📋 copy color: '#7D6330'

red 125 ◦ green 99 ◦ blue 48

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

Shades of Himalaya #7D6330

Tints of Himalaya #7D6330

RGB

 RED value IS 125 (49.22% from 255) = 45.96%

 GREEN value IS 99 (39.06% from 255) = 36.4%

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

R = 45.96%
G = 36.4%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.51

RGB Variations

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

Color information

#7D6330 (or 0x7D6330) is known color: Himalaya. HEX triplet: 7D, 63 and 30. RGB value is (125,99,48). Sum of RGB (Red+Green+Blue) = 125+99+48=272 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.96% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6330 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6330 is #829CCF. Grayscale: #656565. Windows color (decimal): -8559824 or 3171197. OLE color: 3171197.

HSL color Cylindrical-coordinate representation of color #7D6330: hue angle of 39.74º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D6330 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 99 48 -
CMYK 0 0.21 0.62 0.51
HSL 39.74º 0.45% 0.34% -
HSV(B) 39.74º 0.62% 0.49% -
XYZ 13.45 13.5 4.69 -
YUV 100.96 98.11 145.15 -
System Red Green Blue C M Y K H S L
Decimal 125 99 48 0 0.21 0.62 0.51 39.74 0.45 0.34
Hex 7D 63 30 0 15 3E 33 28 2D 22
Octal 175 143 60 0 25 76 63 50 55 42
Binary 1111101 1100011 110000 0 10101 111110 110011 101000 101101 100010

Color Harmonies of #7D6330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6330

Black with #7D6330

Text Example


Text Example

White with #7D6330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D6330; }

 p { color: rgb(125,99,48); }

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

background-color css

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

 a { background-color: rgb(125,99,48); }

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

border-color css

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

 span { border-color: rgb(125,99,48); }

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