Html Css Color HEX #747335 Crete

📋 copy color: '#747335'

red 116 ◦ green 115 ◦ blue 53

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

Shades of Crete #747335

Tints of Crete #747335

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.49%

 BLUE value IS 53 (21.09% from 255) = 18.66%

R = 40.85%
G = 40.49%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#747335 (or 0x747335) is known color: Crete. HEX triplet: 74, 73 and 35. RGB value is (116,115,53). Sum of RGB (Red+Green+Blue) = 116+115+53=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 116 - color contains mainly: red. Hex color #747335 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747335 is #8B8CCA. Grayscale: #6C6C6C. Windows color (decimal): -9145547 or 3502964. OLE color: 3502964.

HSL color Cylindrical-coordinate representation of color #747335: hue angle of 59.05º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #747335 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 115 53 -
CMYK 0 0.01 0.54 0.55
HSL 59.05º 0.37% 0.33% -
HSV(B) 59.05º 0.54% 0.45% -
XYZ 13.98 16.23 5.76 -
YUV 108.23 96.83 133.54 -
System Red Green Blue C M Y K H S L
Decimal 116 115 53 0 0.01 0.54 0.55 59.05 0.37 0.33
Hex 74 73 35 0 1 36 37 3B 25 21
Octal 164 163 65 0 1 66 67 73 45 41
Binary 1110100 1110011 110101 0 1 110110 110111 111011 100101 100001

Color Harmonies of #747335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747335

Black with #747335

Text Example


Text Example

White with #747335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747335; }

 p { color: rgb(116,115,53); }

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

background-color css

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

 a { background-color: rgb(116,115,53); }

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

border-color css

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

 span { border-color: rgb(116,115,53); }

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