Html Css Color HEX #736C30 Crete

📋 copy color: '#736C30'

red 115 ◦ green 108 ◦ blue 48

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

Shades of Crete #736C30

Tints of Crete #736C30

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.85%

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

R = 42.44%
G = 39.85%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#736C30 (or 0x736C30) is known color: Crete. HEX triplet: 73, 6C and 30. RGB value is (115,108,48). Sum of RGB (Red+Green+Blue) = 115+108+48=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 115 - color contains mainly: red. Hex color #736C30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736C30 is #8C93CF. Grayscale: #676767. Windows color (decimal): -9212880 or 3173491. OLE color: 3173491.

HSL color Cylindrical-coordinate representation of color #736C30: hue angle of 53.73º 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 #736C30 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 108 48 -
CMYK 0 0.06 0.58 0.55
HSL 53.73º 0.41% 0.32% -
HSV(B) 53.73º 0.58% 0.45% -
XYZ 12.97 14.58 4.93 -
YUV 103.25 96.82 136.38 -
System Red Green Blue C M Y K H S L
Decimal 115 108 48 0 0.06 0.58 0.55 53.73 0.41 0.32
Hex 73 6C 30 0 6 3A 37 36 29 20
Octal 163 154 60 0 6 72 67 66 51 40
Binary 1110011 1101100 110000 0 110 111010 110111 110110 101001 100000

Color Harmonies of #736C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736C30

Black with #736C30

Text Example


Text Example

White with #736C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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