Html Css Color HEX #745F21 Himalaya

📋 copy color: '#745F21'

red 116 ◦ green 95 ◦ blue 33

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

Shades of Himalaya #745F21

Tints of Himalaya #745F21

RGB

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

 GREEN value IS 95 (37.5% from 255) = 38.93%

 BLUE value IS 33 (13.28% from 255) = 13.52%

R = 47.54%
G = 38.93%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#745F21 (or 0x745F21) is known color: Himalaya. HEX triplet: 74, 5F and 21. RGB value is (116,95,33). Sum of RGB (Red+Green+Blue) = 116+95+33=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 95 (37.5% from 255 or 38.93% from 244); Blue value is 33 (13.28% from 255 or 13.52% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #745F21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745F21 is #8BA0DE. Grayscale: #5E5E5E. Windows color (decimal): -9150687 or 2187124. OLE color: 2187124.

HSL color Cylindrical-coordinate representation of color #745F21: hue angle of 44.82º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #745F21 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 95 33 -
CMYK 0 0.18 0.72 0.55
HSL 44.82º 0.56% 0.29% -
HSV(B) 44.82º 0.72% 0.45% -
XYZ 11.57 12.01 3.15 -
YUV 94.21 93.46 143.54 -
System Red Green Blue C M Y K H S L
Decimal 116 95 33 0 0.18 0.72 0.55 44.82 0.56 0.29
Hex 74 5F 21 0 12 48 37 2D 38 1D
Octal 164 137 41 0 22 110 67 55 70 35
Binary 1110100 1011111 100001 0 10010 1001000 110111 101101 111000 11101

Color Harmonies of #745F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745F21

Black with #745F21

Text Example


Text Example

White with #745F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745F21; }

 p { color: rgb(116,95,33); }

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

background-color css

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

 a { background-color: rgb(116,95,33); }

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

border-color css

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

 span { border-color: rgb(116,95,33); }

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