Html Css Color HEX #736B31 Crete

📋 copy color: '#736B31'

red 115 ◦ green 107 ◦ blue 49

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

Shades of Crete #736B31

Tints of Crete #736B31

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.48%

 BLUE value IS 49 (19.53% from 255) = 18.08%

R = 42.44%
G = 39.48%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#736B31 (or 0x736B31) is known color: Crete. HEX triplet: 73, 6B and 31. RGB value is (115,107,49). Sum of RGB (Red+Green+Blue) = 115+107+49=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 107 (42.19% from 255 or 39.48% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 115 - color contains mainly: red. Hex color #736B31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736B31 is #8C94CE. Grayscale: #676767. Windows color (decimal): -9213135 or 3238771. OLE color: 3238771.

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

Color convert

RGB 115 107 49 -
CMYK 0 0.07 0.57 0.55
HSL 52.73º 0.4% 0.32% -
HSV(B) 52.73º 0.57% 0.45% -
XYZ 12.88 14.38 5 -
YUV 102.78 97.65 136.72 -
System Red Green Blue C M Y K H S L
Decimal 115 107 49 0 0.07 0.57 0.55 52.73 0.4 0.32
Hex 73 6B 31 0 7 39 37 35 28 20
Octal 163 153 61 0 7 71 67 65 50 40
Binary 1110011 1101011 110001 0 111 111001 110111 110101 101000 100000

Color Harmonies of #736B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736B31

Black with #736B31

Text Example


Text Example

White with #736B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,107,49); }

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

background-color css

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

 a { background-color: rgb(115,107,49); }

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

border-color css

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

 span { border-color: rgb(115,107,49); }

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