Html Css Color HEX #75652C Himalaya

📋 copy color: '#75652C'

red 117 ◦ green 101 ◦ blue 44

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

Shades of Himalaya #75652C

Tints of Himalaya #75652C

RGB

 RED value IS 117 (46.09% from 255) = 44.66%

 GREEN value IS 101 (39.84% from 255) = 38.55%

 BLUE value IS 44 (17.58% from 255) = 16.79%

R = 44.66%
G = 38.55%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#75652C (or 0x75652C) is known color: Himalaya. HEX triplet: 75, 65 and 2C. RGB value is (117,101,44). Sum of RGB (Red+Green+Blue) = 117+101+44=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 101 (39.84% from 255 or 38.55% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #75652C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75652C is #8A9AD3. Grayscale: #636363. Windows color (decimal): -9083604 or 2909557. OLE color: 2909557.

HSL color Cylindrical-coordinate representation of color #75652C: hue angle of 46.85º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75652C is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 101 44 -
CMYK 0 0.14 0.62 0.54
HSL 46.85º 0.45% 0.32% -
HSV(B) 46.85º 0.62% 0.46% -
XYZ 12.44 13.27 4.29 -
YUV 99.29 96.8 140.63 -
System Red Green Blue C M Y K H S L
Decimal 117 101 44 0 0.14 0.62 0.54 46.85 0.45 0.32
Hex 75 65 2C 0 E 3E 36 2F 2D 20
Octal 165 145 54 0 16 76 66 57 55 40
Binary 1110101 1100101 101100 0 1110 111110 110110 101111 101101 100000

Color Harmonies of #75652C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75652C

Black with #75652C

Text Example


Text Example

White with #75652C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75652C; }

 p { color: rgb(117,101,44); }

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

background-color css

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

 a { background-color: rgb(117,101,44); }

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

border-color css

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

 span { border-color: rgb(117,101,44); }

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