Html Css Color HEX #746D30 Crete

📋 copy color: '#746D30'

red 116 ◦ green 109 ◦ blue 48

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

Shades of Crete #746D30

Tints of Crete #746D30

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.93%

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

R = 42.49%
G = 39.93%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#746D30 (or 0x746D30) is known color: Crete. HEX triplet: 74, 6D and 30. RGB value is (116,109,48). Sum of RGB (Red+Green+Blue) = 116+109+48=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 109 (42.97% from 255 or 39.93% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #746D30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746D30 is #8B92CF. Grayscale: #686868. Windows color (decimal): -9147088 or 3173748. OLE color: 3173748.

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

Color convert

RGB 116 109 48 -
CMYK 0 0.06 0.59 0.55
HSL 53.82º 0.41% 0.32% -
HSV(B) 53.82º 0.59% 0.45% -
XYZ 13.2 14.86 4.97 -
YUV 104.14 96.32 136.46 -
System Red Green Blue C M Y K H S L
Decimal 116 109 48 0 0.06 0.59 0.55 53.82 0.41 0.32
Hex 74 6D 30 0 6 3B 37 36 29 20
Octal 164 155 60 0 6 73 67 66 51 40
Binary 1110100 1101101 110000 0 110 111011 110111 110110 101001 100000

Color Harmonies of #746D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746D30

Black with #746D30

Text Example


Text Example

White with #746D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746D30; }

 p { color: rgb(116,109,48); }

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

background-color css

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

 a { background-color: rgb(116,109,48); }

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

border-color css

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

 span { border-color: rgb(116,109,48); }

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