Html Css Color HEX #736A30 Crete

📋 copy color: '#736A30'

red 115 ◦ green 106 ◦ blue 48

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

Shades of Crete #736A30

Tints of Crete #736A30

RGB

 RED value IS 115 (45.31% from 255) = 42.75%

 GREEN value IS 106 (41.8% from 255) = 39.41%

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

R = 42.75%
G = 39.41%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#736A30 (or 0x736A30) is known color: Crete. HEX triplet: 73, 6A and 30. RGB value is (115,106,48). Sum of RGB (Red+Green+Blue) = 115+106+48=269 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.75% from 269); Green value is 106 (41.80% from 255 or 39.41% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 115 - color contains mainly: red. Hex color #736A30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736A30 is #8C95CF. Grayscale: #666666. Windows color (decimal): -9213392 or 3172979. OLE color: 3172979.

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

Color convert

RGB 115 106 48 -
CMYK 0 0.08 0.58 0.55
HSL 51.94º 0.41% 0.32% -
HSV(B) 51.94º 0.58% 0.45% -
XYZ 12.76 14.17 4.86 -
YUV 102.08 97.48 137.22 -
System Red Green Blue C M Y K H S L
Decimal 115 106 48 0 0.08 0.58 0.55 51.94 0.41 0.32
Hex 73 6A 30 0 8 3A 37 34 29 20
Octal 163 152 60 0 10 72 67 64 51 40
Binary 1110011 1101010 110000 0 1000 111010 110111 110100 101001 100000

Color Harmonies of #736A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736A30

Black with #736A30

Text Example


Text Example

White with #736A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736A30; }

 p { color: rgb(115,106,48); }

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

background-color css

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

 a { background-color: rgb(115,106,48); }

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

border-color css

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

 span { border-color: rgb(115,106,48); }

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