Html Css Color HEX #747230 Crete

📋 copy color: '#747230'

red 116 ◦ green 114 ◦ blue 48

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

Shades of Crete #747230

Tints of Crete #747230

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.01%

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

R = 41.73%
G = 41.01%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#747230 (or 0x747230) is known color: Crete. HEX triplet: 74, 72 and 30. RGB value is (116,114,48). Sum of RGB (Red+Green+Blue) = 116+114+48=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 116 - color contains mainly: red. Hex color #747230 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747230 is #8B8DCF. Grayscale: #6B6B6B. Windows color (decimal): -9145808 or 3175028. OLE color: 3175028.

HSL color Cylindrical-coordinate representation of color #747230: hue angle of 58.24º 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 #747230 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 114 48 -
CMYK 0 0.02 0.59 0.55
HSL 58.24º 0.41% 0.32% -
HSV(B) 58.24º 0.59% 0.45% -
XYZ 13.75 15.96 5.15 -
YUV 107.07 94.66 134.37 -
System Red Green Blue C M Y K H S L
Decimal 116 114 48 0 0.02 0.59 0.55 58.24 0.41 0.32
Hex 74 72 30 0 2 3B 37 3A 29 20
Octal 164 162 60 0 2 73 67 72 51 40
Binary 1110100 1110010 110000 0 10 111011 110111 111010 101001 100000

Color Harmonies of #747230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747230

Black with #747230

Text Example


Text Example

White with #747230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747230; }

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

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

background-color css

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

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

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

border-color css

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

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

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