Html Css Color HEX #747535 Crete

📋 copy color: '#747535'

red 116 ◦ green 117 ◦ blue 53

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

Shades of Crete #747535

Tints of Crete #747535

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.91%

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

R = 40.56%
G = 40.91%
B = 18.53%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#747535 (or 0x747535) is known color: Crete. HEX triplet: 74, 75 and 35. RGB value is (116,117,53). Sum of RGB (Red+Green+Blue) = 116+117+53=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 117 - color contains mainly: green. Hex color #747535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747535 is #8B8ACA. Grayscale: #6D6D6D. Windows color (decimal): -9145035 or 3503476. OLE color: 3503476.

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

Color convert

RGB 116 117 53 -
CMYK 0.01 0 0.55 0.54
HSL 60.94º 0.38% 0.33% -
HSV(B) 60.94º 0.55% 0.46% -
XYZ 14.21 16.69 5.84 -
YUV 109.41 96.17 132.7 -
System Red Green Blue C M Y K H S L
Decimal 116 117 53 0.01 0 0.55 0.54 60.94 0.38 0.33
Hex 74 75 35 1 0 37 36 3D 26 21
Octal 164 165 65 1 0 67 66 75 46 41
Binary 1110100 1110101 110101 1 0 110111 110110 111101 100110 100001

Color Harmonies of #747535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747535

Black with #747535

Text Example


Text Example

White with #747535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747535; }

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

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

background-color css

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

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

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

border-color css

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

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

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